mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
15 lines
249 B
C++
15 lines
249 B
C++
// -*- C++ -*-
|
|
#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 */
|