summaryrefslogtreecommitdiff
path: root/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ASX/UPIPE_Event_Server/Peer_Router.cpp')
-rw-r--r--examples/ASX/UPIPE_Event_Server/Peer_Router.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp b/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp
index 23d9f6c7a35..f17560ad0e6 100644
--- a/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp
+++ b/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp
@@ -140,7 +140,7 @@ Peer_Handler<ROUTER, KEY>::handle_input (ACE_HANDLE h)
ACE_DEBUG ((LM_DEBUG, "(%t) input arrived on sd %d\n", h));
// ACE_Service_Config::reactor ()->remove_handler(h,
-// ACE_Event_Handler::RWE_MASK
+// ACE_Event_Handler::ALL_EVENTS_MASK
// |ACE_Event_Handler::DONT_CALL);
// this method should be called only if the peer shuts down
// so we deactivate our ACE_Message_Queue to awake our svc thread