summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h
index 05ea97d26c0..85e81f2a5c8 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h
@@ -41,8 +41,8 @@ public:
virtual int svc (void);
virtual void push (TAO_CEC_ProxyPushSupplier *proxy,
- CORBA::Any& event,
- CORBA::Environment &env);
+ CORBA::Any& event
+ TAO_ENV_ARG_DECL);
private:
/// An per-task allocator
@@ -68,7 +68,7 @@ public:
virtual ~TAO_CEC_Dispatch_Command (void);
/// Command callback
- virtual int execute (CORBA::Environment&) = 0;
+ virtual int execute (TAO_ENV_SINGLE_ARG_DECL_NOT_USED) = 0;
};
// ****************************************************************
@@ -80,7 +80,7 @@ public:
TAO_CEC_Shutdown_Task_Command (ACE_Allocator *mb_allocator = 0);
/// Command callback
- virtual int execute (CORBA::Environment&);
+ virtual int execute (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
};
// ****************************************************************
@@ -98,7 +98,7 @@ public:
virtual ~TAO_CEC_Push_Command (void);
/// Command callback
- virtual int execute (CORBA::Environment&);
+ virtual int execute (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
private:
/// The proxy