summaryrefslogtreecommitdiff
path: root/ace/Token_Collection.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Token_Collection.inl')
-rw-r--r--ace/Token_Collection.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Token_Collection.inl b/ace/Token_Collection.inl
index db86701a325..fcab4df9b09 100644
--- a/ace/Token_Collection.inl
+++ b/ace/Token_Collection.inl
@@ -1,17 +1,12 @@
-// -*- C++ -*-
-//
+/* -*- 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 */