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, 6 insertions, 1 deletions
diff --git a/ace/Map_T.inl b/ace/Map_T.inl
index 91a9f678ccc..8dea4a198b3 100644
--- a/ace/Map_T.inl
+++ b/ace/Map_T.inl
@@ -1,6 +1,9 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class T> ACE_INLINE int
ACE_Noop_Key_Generator<T>::operator() (T &)
{
@@ -408,3 +411,5 @@ ACE_Map_Manager_Adapter<KEY, VALUE, KEY_GENERATOR>::key_generator (void)
{
return this->key_generator_;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL