summaryrefslogtreecommitdiff
path: root/examples/Connection
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Connection')
-rw-r--r--examples/Connection/blocking/SPIPE-connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Connection/blocking/SPIPE-connector.h b/examples/Connection/blocking/SPIPE-connector.h
index 6a6fc97976f..8dd26a32e20 100644
--- a/examples/Connection/blocking/SPIPE-connector.h
+++ b/examples/Connection/blocking/SPIPE-connector.h
@@ -26,7 +26,7 @@ public:
// = Demultiplexing hooks.
virtual int handle_input (ACE_HANDLE);
virtual int handle_close (ACE_HANDLE handle = ACE_INVALID_HANDLE,
- ACE_Reactor_Mask mask = ACE_Event_Handler::RWE_MASK);
+ ACE_Reactor_Mask mask = ACE_Event_Handler::ALL_EVENTS_MASK);
virtual ACE_HANDLE get_handle (void) const;