summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:29:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:29:40 +0000
commit20f433c320b8f1d75f532d741a2171bc6f24665a (patch)
treec52e552923615efd42ca7bdb263eb1dafb518dc5
parent9e9254f32711d4ecf1e3f71b54982eaf6845388e (diff)
downloadATCD-20f433c320b8f1d75f532d741a2171bc6f24665a.tar.gz
*** empty log message ***
-rw-r--r--ace/ACE.h3
-rw-r--r--ace/OS.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 1846356c384..301eedf7717 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -38,9 +38,8 @@ class ACE_Export ACE
// single place in order to manage the namespace better. These
// methods are put here rather than in ACE_OS in order to
// separate concerns.
-public:
ACE_CLASS_IS_NAMESPACE (ACE);
-
+public:
// = ACE version information.
static u_int major_version (void);
// E.g., the "4" in ACE 4.3.19.
diff --git a/ace/OS.h b/ace/OS.h
index d6efa48de50..b7cecfe4047 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -22,7 +22,6 @@
// configuration file (e.g., config-sunos5-sunc++-4.x.h).
#include "ace/inc_user_config.h"
-
#if defined (ACE_HAS_ANSI_CASTS)
# define ACE_static_cast(TYPE, EXPR) static_cast<TYPE> (EXPR)
# define ACE_const_cast(TYPE, EXPR) const_cast<TYPE> (EXPR)
@@ -3770,9 +3769,10 @@ class ACE_Export ACE_OS
// The methods in this class also automatically restart when
// interrupts occur during system calls (assuming that the
// <ACE_Log_Msg::restart> flag is enabled).
-public:
ACE_CLASS_IS_NAMESPACE (ACE_OS);
+public:
+
class ace_flock_t
{
// = TITLE