summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp')
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp b/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
index fc4bf1c263c..a0e512a6fc5 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
@@ -21,8 +21,6 @@
#include "ace/WFMO_Reactor.h"
-
-
class Event_Handler : public ACE_Event_Handler
{
public:
@@ -55,6 +53,8 @@ private:
ACE_Manual_Event event_;
};
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_WFMO_Reactor_Test
{
public:
@@ -81,6 +81,8 @@ public:
}
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
int
ACE_TMAIN (int, ACE_TCHAR *[])
{