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