summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.h b/TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.h
index b7a602cd67c..df91c7ce28d 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Reactive_Task.h
@@ -43,13 +43,13 @@ public:
virtual ~TAO_Notify_Reactive_Task ();
/// Init the reactive task.
- void init (ACE_ENV_SINGLE_ARG_DECL);
+ void init (void);
/// Shutdown task
virtual void shutdown (void);
/// Exec the request.
- virtual void execute (TAO_Notify_Method_Request& method_request ACE_ENV_ARG_DECL);
+ virtual void execute (TAO_Notify_Method_Request& method_request);
/// The object used by clients to register timers. This method returns a Reactor based Timer.
virtual TAO_Notify_Timer* timer (void);