diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-01 08:00:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-01 08:00:34 +0000 |
commit | ea0d28240863caf437a18071bfd03e7b146c5ade (patch) | |
tree | 91b695852b885a5f44f9be8c3a22bbf7f5a96b8d /apps/Orbix-Examples/Event_Comm | |
parent | a6e2ced2f5279e011b712995095a1712a29e22f0 (diff) | |
download | ATCD-ea0d28240863caf437a18071bfd03e7b146c5ade.tar.gz |
foo
Diffstat (limited to 'apps/Orbix-Examples/Event_Comm')
-rw-r--r-- | apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp | 4 |
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 */ |