summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Worker_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Worker_Task.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Worker_Task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Worker_Task.h b/TAO/orbsvcs/orbsvcs/Notify/Worker_Task.h
index 2eef3710451..082994f3511 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Worker_Task.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Worker_Task.h
@@ -47,7 +47,7 @@ public:
///= Public method to be implemented by subclasses.
/// Exec the request.
- virtual void exec (TAO_NS_Method_Request& method_request) = 0;
+ virtual void execute (TAO_NS_Method_Request_No_Copy& method_request ACE_ENV_ARG_DECL) = 0;
/// Shutdown task
virtual void shutdown (void) = 0;