summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 4f2fe57d8e4..66f43169957 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -76,12 +76,8 @@
#include "ace/Time_Value.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
class ACE_Timeout_Manager;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
// Here are all ACE-specific default constants, needed throughout ACE
// and its applications. The values can be over written by user
// specific values in config.h files.
@@ -332,9 +328,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# include "ace/os_include/os_syslog.h"
# endif /* !defined (ACE_WIN32) && !defined (ACE_LACKS_UNIX_SYSLOG) */
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @namespace ACE_OS
*
@@ -343,7 +336,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* efficient system programs on Win32, POSIX and other versions
* of UNIX, and various real-time operating systems.
*
- * This namespace encapsulates the differences between various OS
+ * This class encapsulates the differences between various OS
* platforms. When porting ACE to a new platform, this class is
* the place to focus on. Once this file is ported to a new
* platform, pretty much everything else comes for "free." See
@@ -354,10 +347,13 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
*/
namespace ACE_OS
{
+
+
+
// = A set of wrappers for miscellaneous operations.
-} /* namespace ACE_OS */
-ACE_END_VERSIONED_NAMESPACE_DECL
+
+} /* namespace ACE_OS */
# if defined (ACE_HAS_INLINED_OSCALLS)
# if defined (ACE_INLINE)