summaryrefslogtreecommitdiff
path: root/ace/Event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Event.cpp')
-rw-r--r--ace/Event.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Event.cpp b/ace/Event.cpp
index bc21465d27a..fde6f78840c 100644
--- a/ace/Event.cpp
+++ b/ace/Event.cpp
@@ -10,8 +10,6 @@
ACE_RCSID(ace, Event, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_Event::ACE_Event (int manual_reset,
int initial_state,
int type,
@@ -87,5 +85,3 @@ ACE_Event::dump (void) const
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
#endif /* ACE_HAS_DUMP */
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL