summaryrefslogtreecommitdiff
path: root/ace/Functor_String.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Functor_String.h')
-rw-r--r--ace/Functor_String.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Functor_String.h b/ace/Functor_String.h
index dc28e0dcf95..712a7dcc1f8 100644
--- a/ace/Functor_String.h
+++ b/ace/Functor_String.h
@@ -11,7 +11,6 @@
* could be placed in Functor.h. But we don't want to couple string
* types to the rest of ACE+TAO. Hence they are placed in a seperate
* file.
- *
*/
//==========================================================================
#ifndef ACE_FUNCTOR_STRING_H
@@ -27,6 +26,8 @@
#include "ace/ACE_export.h"
#include "ace/SStringfwd.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
////////////////////////////////////////////////////////////
// STL-style Functor Classes and Template Specializations //
////////////////////////////////////////////////////////////
@@ -128,6 +129,8 @@ public:
const ACE_WString &rhs) const;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /*ACE_USES_WCHAR*/
#if defined (__ACE_INLINE__)
#include "ace/Functor_String.inl"