summaryrefslogtreecommitdiff
path: root/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp')
-rw-r--r--apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp b/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp
index 5eca7a7e853..31164061eea 100644
--- a/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp
+++ b/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp
@@ -1,6 +1,6 @@
-#include "Notification_Receiver_Handler.h"
// $Id$
+#include "Notification_Receiver_Handler.h"
#if defined (ACE_HAS_ORBIX)
@@ -108,7 +108,7 @@ Notification_Receiver_Handler::notifier (void)
Notification_Receiver_Handler::~Notification_Receiver_Handler (void)
{
- this->handle_close (-1, ACE_Event_Handler::RWE_MASK);
+ this->handle_close (-1, ACE_Event_Handler::ALL_EVENTS_MASK);
}
#endif /* ACE_HAS_ORBIX */