summaryrefslogtreecommitdiff
path: root/ace/Functor.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Functor.inl')
-rw-r--r--ace/Functor.inl9
1 files changed, 7 insertions, 2 deletions
diff --git a/ace/Functor.inl b/ace/Functor.inl
index 4d32149257b..07e5e9fa9bd 100644
--- a/ace/Functor.inl
+++ b/ace/Functor.inl
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
// ============================================================================
@@ -7,7 +8,7 @@
// ace
//
// = FILENAME
-// Functor.i
+// Functor.inl
//
// = DESCRIPTION
// Inlinable method definitions for non-templatized classes
@@ -32,6 +33,8 @@
#include "ace/ACE.h"
#include "ace/OS_NS_string.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
//////////////////////////////////////////////////////////////
// GOF Command Pattern Classes and Template Specializations //
//////////////////////////////////////////////////////////////
@@ -224,3 +227,5 @@ ACE_Less_Than<wchar_t *>::operator () (const wchar_t *lhs, const wchar_t *rhs) c
}
#endif // ACE_HAS_WCHAR
+
+ACE_END_VERSIONED_NAMESPACE_DECL