summaryrefslogtreecommitdiff
path: root/ace/Map_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Map_T.inl')
-rw-r--r--ace/Map_T.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Map_T.inl b/ace/Map_T.inl
index 8dea4a198b3..91a9f678ccc 100644
--- a/ace/Map_T.inl
+++ b/ace/Map_T.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <class T> ACE_INLINE int
ACE_Noop_Key_Generator<T>::operator() (T &)
{
@@ -411,5 +408,3 @@ ACE_Map_Manager_Adapter<KEY, VALUE, KEY_GENERATOR>::key_generator (void)
{
return this->key_generator_;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL