summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h
index 9d11bbdff53..90b37c27cad 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h
@@ -43,14 +43,14 @@ public:
/// Initialize all the data structures, activate any internal threads,
/// etc.
- virtual void activate (void) = 0;
+ virtual void activate () = 0;
/**
* Deactivate any internal threads and cleanup internal data
* structures, it should only return once the threads have finished
* their jobs.
*/
- virtual void shutdown (void) = 0;
+ virtual void shutdown () = 0;
#if 0
/// Some strategies may want to keep track of connected consumers.