summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h
index d42fa98db99..4cba31f6026 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h
@@ -56,36 +56,36 @@ class TAO_Notify_Export TAO_Notify_Event_Processor
TAO_Notify_Event_Processor (TAO_Notify_Event_Manager* event_manager);
virtual ~TAO_Notify_Event_Processor ();
- void init (CORBA::Environment& ACE_TRY_ENV);
+ void init (TAO_ENV_SINGLE_ARG_DECL);
// Init
- void shutdown (CORBA::Environment &ACE_TRY_ENV);
+ void shutdown (TAO_ENV_SINGLE_ARG_DECL);
// Shutdown operations.
void evaluate_source_filter (TAO_Notify_Event* event,
- TAO_Notify_EventSource* event_source,
- CORBA::Environment& ACE_TRY_ENV);
+ TAO_Notify_EventSource* event_source
+ TAO_ENV_ARG_DECL);
// Event processing entry point.
// = Callbacks for Source/Event Listeners.
void lookup_subscriptions (TAO_Notify_Event* event,
- TAO_Notify_EventSource* event_source,
- CORBA::Environment &ACE_TRY_ENV);
+ TAO_Notify_EventSource* event_source
+ TAO_ENV_ARG_DECL);
// This method is called by an Event_Source after it has
- // successfully evaluated its filter.
+ // successfully evaluated its filter.
void evaluate_listener_filter (TAO_Notify_Event* event,
TAO_Notify_EventListener* event_listener,
- CORBA::Boolean eval_parent,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Boolean eval_parent
+ TAO_ENV_ARG_DECL);
// This method is called by the subscription lookup command asking
// that <event> be delivered to <event_listener>.
void dispatch_event (TAO_Notify_Event* event,
- TAO_Notify_EventListener* event_listener,
- CORBA::Environment &ACE_TRY_ENV);
+ TAO_Notify_EventListener* event_listener
+ TAO_ENV_ARG_DECL);
// This method is called by an Event_Listener after it has
- // successfully evaluated its filter.
+ // successfully evaluated its filter.
protected:
// = Data Members