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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h
index 5561bbca026..ac9311ddbf0 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h
@@ -78,7 +78,7 @@ public:
ACE_Allocator *mb_allocator = 0);
/// Destructor
- virtual ~TAO_CEC_Dispatch_Command (void);
+ virtual ~TAO_CEC_Dispatch_Command ();
/// Command callback
virtual int execute (void) = 0;
@@ -93,7 +93,7 @@ public:
TAO_CEC_Shutdown_Task_Command (ACE_Allocator *mb_allocator = 0);
/// Command callback
- virtual int execute (void);
+ virtual int execute ();
};
// ****************************************************************
@@ -108,10 +108,10 @@ public:
ACE_Allocator *mb_allocator);
/// Destructor
- virtual ~TAO_CEC_Push_Command (void);
+ virtual ~TAO_CEC_Push_Command ();
/// Command callback
- virtual int execute (void);
+ virtual int execute ();
private:
/// The proxy
@@ -134,10 +134,10 @@ public:
ACE_Allocator *mb_allocator);
/// Destructor
- virtual ~TAO_CEC_Invoke_Command (void);
+ virtual ~TAO_CEC_Invoke_Command ();
/// Command callback
- virtual int execute (void);
+ virtual int execute ();
private:
/// The proxy