diff options
Diffstat (limited to 'ACE/examples/Reactor/WFMO_Reactor/Registration.cpp')
-rw-r--r-- | ACE/examples/Reactor/WFMO_Reactor/Registration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Registration.cpp b/ACE/examples/Reactor/WFMO_Reactor/Registration.cpp index 5d9bcc2b27b..e36da0713ca 100644 --- a/ACE/examples/Reactor/WFMO_Reactor/Registration.cpp +++ b/ACE/examples/Reactor/WFMO_Reactor/Registration.cpp @@ -42,7 +42,7 @@ #include "ace/OS_NS_unistd.h" #include "ace/Log_Msg.h" -ACE_RCSID(WFMO_Reactor, Registration, "$Id$") + // Globals for this test int stop_test = 0; |