mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-21 07:11:59 -04:00
5651828bf7
* Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
18 lines
317 B
C++
18 lines
317 B
C++
// -*- C++ -*-
|
|
//
|
|
// $Id: Token_Collection.inl 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
#if defined (ACE_HAS_TOKENS_LIBRARY)
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE const ACE_TCHAR *
|
|
ACE_Token_Collection::name (void) const
|
|
{
|
|
return name_;
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|
|
|
|
#endif /* ACE_HAS_TOKENS_LIBRARY */
|