summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor_Impl.cpp')
-rw-r--r--ace/Reactor_Impl.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/Reactor_Impl.cpp b/ace/Reactor_Impl.cpp
index 556d25c4ee5..96411b8b0c6 100644
--- a/ace/Reactor_Impl.cpp
+++ b/ace/Reactor_Impl.cpp
@@ -3,9 +3,13 @@
#include "ace/Reactor_Impl.h"
ACE_RCSID (ace,
- Reactor_Impl,
- "$Id$")
+ Reactor_Impl,
+ "$Id$")
-ACE_Reactor_Impl::~ACE_Reactor_Impl()
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_Reactor_Impl::~ACE_Reactor_Impl (void)
{
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL