summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h17
1 files changed, 4 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h
index a72162954e5..10e97a06903 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h
@@ -52,8 +52,7 @@ class TAO_Notify_Export TAO_Notify_Event_Manager
public:
// = Initialization and termination code.
- TAO_Notify_Event_Manager (TAO_Notify_EventChannel_i* parent,
- TAO_Notify_EMO_Factory* emo_factory);
+ TAO_Notify_Event_Manager (TAO_Notify_EventChannel_i* parent);
// Constructor.
~TAO_Notify_Event_Manager ();
@@ -105,22 +104,14 @@ class TAO_Notify_Export TAO_Notify_Event_Manager
TAO_Notify_AdminProperties* admin_properties (void);
// Get the Admin Properties.
- TAO_Notify_EMO_Factory* resource_factory (void);
- // Get the Resource Factory.
-
// = Event forwarding methods.
- void process_event (TAO_Notify_Event* event,
- TAO_Notify_EventSource* event_source,
- CORBA::Environment &ACE_TRY_ENV);
+ void process_event (TAO_Notify_Event* event, TAO_Notify_EventSource* event_source, CORBA::Environment &ACE_TRY_ENV);
// Delivers the event to listeners subscribed for <event>
// <event_source> is the <event> source to the Event Manager.
-protected:
+ protected:
// = Event dispatching methods.
- void dispatch_updates_i (TAO_Notify_UpdateListener_List* update_listener_list,
- TAO_Notify_EventType_List& added,
- TAO_Notify_EventType_List& removed,
- CORBA::Environment &ACE_TRY_ENV);
+ void dispatch_updates_i (TAO_Notify_UpdateListener_List* update_listener_list, TAO_Notify_EventType_List& added, TAO_Notify_EventType_List& removed, CORBA::Environment &ACE_TRY_ENV);
// Dispatch the updates to the <update_listener_list>
// = Data members.