summaryrefslogtreecommitdiff
path: root/ACE/ace/Priority_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Priority_Reactor.h')
-rw-r--r--ACE/ace/Priority_Reactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Priority_Reactor.h b/ACE/ace/Priority_Reactor.h
index 0ff760895bd..7368579d702 100644
--- a/ACE/ace/Priority_Reactor.h
+++ b/ACE/ace/Priority_Reactor.h
@@ -46,7 +46,7 @@ public:
ACE_Timer_Queue * = 0);
/// Close down the select_reactor and release all of its resources.
- virtual ~ACE_Priority_Reactor (void);
+ virtual ~ACE_Priority_Reactor ();
/// Dump the state of an object.
void dump () const;
@@ -68,7 +68,7 @@ protected:
private:
/// A small helper to initialize the bucket.
- void init_bucket (void);
+ void init_bucket ();
/// Build the bucket from the given dispatch_mask. Return -1 on
/// failure, 0 otherwise.