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, 4 insertions, 0 deletions
diff --git a/ace/Event.cpp b/ace/Event.cpp
index fde6f78840c..bc21465d27a 100644
--- a/ace/Event.cpp
+++ b/ace/Event.cpp
@@ -10,6 +10,8 @@
ACE_RCSID(ace, Event, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_Event::ACE_Event (int manual_reset,
int initial_state,
int type,
@@ -85,3 +87,5 @@ ACE_Event::dump (void) const
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
#endif /* ACE_HAS_DUMP */
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL