diff options
Diffstat (limited to 'dep/acelite/ace/Token_Collection.inl')
-rw-r--r-- | dep/acelite/ace/Token_Collection.inl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dep/acelite/ace/Token_Collection.inl b/dep/acelite/ace/Token_Collection.inl new file mode 100644 index 00000000000..73f1e95d76e --- /dev/null +++ b/dep/acelite/ace/Token_Collection.inl @@ -0,0 +1,17 @@ +// -*- 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 */ |