summaryrefslogtreecommitdiff
path: root/ace/OS_NS_strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_strings.h')
-rw-r--r--ace/OS_NS_strings.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/ace/OS_NS_strings.h b/ace/OS_NS_strings.h
index e0def73a3d5..70d8e17cf5b 100644
--- a/ace/OS_NS_strings.h
+++ b/ace/OS_NS_strings.h
@@ -15,7 +15,7 @@
//=============================================================================
#ifndef ACE_OS_NS_STRINGS_H
-# define ACE_OS_NS_STRINGS_H
+#define ACE_OS_NS_STRINGS_H
# include /**/ "ace/pre.h"
@@ -33,9 +33,12 @@
#endif
#define ACE_EXPORT_MACRO ACE_Export
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_Time_Value;
-namespace ACE_OS {
+namespace ACE_OS
+{
/// Compares two strings (case insensitive const char version).
ACE_NAMESPACE_INLINE_FUNCTION
@@ -69,6 +72,8 @@ namespace ACE_OS {
} /* namespace ACE_OS */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
# if defined (ACE_HAS_INLINED_OSCALLS)
# if defined (ACE_INLINE)
# undef ACE_INLINE