summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Notifier_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Notifier_Handler.h')
-rw-r--r--TAO/examples/Event_Comm/Notifier_Handler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/examples/Event_Comm/Notifier_Handler.h b/TAO/examples/Event_Comm/Notifier_Handler.h
index 1a7571a4e1e..e4b0ddd0b9a 100644
--- a/TAO/examples/Event_Comm/Notifier_Handler.h
+++ b/TAO/examples/Event_Comm/Notifier_Handler.h
@@ -25,9 +25,14 @@ class Notifier_Handler
// Integrate CORBA with the ACE ACE_Reactor.
{
public:
+ Notifier_Handler ();
+ // This constructor gets the notifier object from the Naming Service.
+
Notifier_Handler (const char *service_location,
const char *marker = "notifier",
int putit = 1); // Default marker name.
+ // This constructor starts up the ORB etc and
+ // registers the notifier object with the Naming Sxervice.
Event_Comm::Notifier *notifier (void);
void notifier (Event_Comm::Notifier *);