summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2003-01-23 02:13:37 +0000
committerSteve Huston <shuston@riverace.com>2003-01-23 02:13:37 +0000
commit41e25c04935078bd5eb0e5786234cfa4e6345bf9 (patch)
tree2b74615e6080c2b166db1f15738ee9789727caf7
parent72fd6bb0aa2561db4b61a49a9944def1250717b8 (diff)
downloadATCD-41e25c04935078bd5eb0e5786234cfa4e6345bf9.tar.gz
ChangeLogTag:Wed Jan 22 21:08:48 2003 Steve Huston <shuston@riverace.com>
-rw-r--r--examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp b/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp
index 581a73bacfb..5daa2f4543d 100644
--- a/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp
+++ b/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp
@@ -24,7 +24,7 @@ public:
| ENABLE_ECHO_INPUT
| ENABLE_PROCESSED_INPUT);
if (reactor ()->register_handler
- (this, quit_seen_.handle ()) == -1)
+ (this, quit_seen_.handle ()) == -1
|| ACE_Event_Handler::register_stdin_handler
(this, r, ACE_Thread_Manager::instance ()) == -1)
r->end_reactor_event_loop ();