summaryrefslogtreecommitdiff
path: root/ace/IO_Cntl_Msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/IO_Cntl_Msg.cpp')
-rw-r--r--ace/IO_Cntl_Msg.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/IO_Cntl_Msg.cpp b/ace/IO_Cntl_Msg.cpp
index aab5bd3c124..3fac7c4abe6 100644
--- a/ace/IO_Cntl_Msg.cpp
+++ b/ace/IO_Cntl_Msg.cpp
@@ -1,3 +1,4 @@
+// IO_Cntl_Msg.cpp
// $Id$
#include "ace/IO_Cntl_Msg.h"
@@ -15,8 +16,6 @@ ACE_RCSID(ace, IO_Cntl_Msg, "$Id$")
#include "ace/Intrusive_List.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward decl
template <class SYNCH> class ACE_Module;
@@ -44,8 +43,5 @@ private:
ACE_Module *mod_lower_;
int count_;
};
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif