summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h
index 4cae0ea5f86..d2b903dcaae 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h
@@ -60,8 +60,8 @@ public:
int sched_scope);
// = The EC_Dispatching methods.
- virtual void activate (void);
- virtual void shutdown (void);
+ virtual void activate ();
+ virtual void shutdown ();
virtual void push (TAO_EC_ProxyPushSupplier* proxy,
RtecEventComm::PushConsumer_ptr consumer,
const RtecEventComm::EventSet& event,
@@ -74,7 +74,7 @@ public:
private:
ACE_Allocator *allocator_;
- void setup_lanes (void);
+ void setup_lanes ();
/// The dispatcher
Kokyu::Dispatcher_Auto_Ptr dispatcher_;
@@ -96,11 +96,11 @@ public:
TAO_EC_Kokyu_Shutdown_Command (ACE_Allocator *allocator);
/// Command callback
- virtual int execute (void);
+ virtual int execute ();
protected:
//Protected so can't be put on stack; must be dynamically allocated
- virtual ~TAO_EC_Kokyu_Shutdown_Command (void);
+ virtual ~TAO_EC_Kokyu_Shutdown_Command ();
};
// ****************************************************************
@@ -115,11 +115,11 @@ public:
ACE_Allocator* allocator);
/// Command callback
- virtual int execute (void);
+ virtual int execute ();
protected:
//Protected so can't be put on stack; must be dynamically allocated
- virtual ~TAO_EC_Kokyu_Push_Command (void);
+ virtual ~TAO_EC_Kokyu_Push_Command ();
private:
/// The proxy