summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h
index 6c01563fda3..07a769906e5 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h
@@ -46,11 +46,11 @@ class TAO_Notify_Export TAO_Notify_Lookup_Command : public TAO_Notify_Command, p
~TAO_Notify_Lookup_Command ();
- virtual int execute (CORBA::Environment&);
+ virtual int execute (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
// Command callback
// = TAO_ESF_Worker method
- void work (TAO_Notify_EventListener* listener, CORBA::Environment &ACE_TRY_ENV);
+ void work (TAO_Notify_EventListener* listener TAO_ENV_ARG_DECL);
protected:
// = Data member
TAO_Notify_Event_Map* event_map_;