summaryrefslogtreecommitdiff
path: root/ACE/ace/Token_Collection.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Token_Collection.inl')
-rw-r--r--ACE/ace/Token_Collection.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/ace/Token_Collection.inl b/ACE/ace/Token_Collection.inl
new file mode 100644
index 00000000000..db86701a325
--- /dev/null
+++ b/ACE/ace/Token_Collection.inl
@@ -0,0 +1,17 @@
+// -*- C++ -*-
+//
+// $Id$
+
+#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 */