summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/WFMO_Reactor.h')
-rw-r--r--ACE/ace/WFMO_Reactor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/WFMO_Reactor.h b/ACE/ace/WFMO_Reactor.h
index 0c1d5dab885..92eed922bb9 100644
--- a/ACE/ace/WFMO_Reactor.h
+++ b/ACE/ace/WFMO_Reactor.h
@@ -335,15 +335,15 @@ public:
// = Accessors.
/// Maximum ACE_HANDLE value, plus 1.
- DWORD max_handlep1 (void) const;
+ DWORD max_handlep1 () const;
/// Pointer to the beginning of the current array of ACE_HANDLE
/// *'s.
- ACE_HANDLE *handles (void) const;
+ ACE_HANDLE *handles () const;
/// Pointer to the beginning of the current array of
/// ACE_Event_Handler *'s.
- Current_Info *current_info (void) const;
+ Current_Info *current_info () const;
/// Check if changes to the handle set are required.
virtual bool changes_required (void);
@@ -519,7 +519,7 @@ public:
ACE_Handle_Set &rd_mask);
/// Returns a handle to the ACE_Auto_Event.
- virtual ACE_HANDLE get_handle (void) const;
+ virtual ACE_HANDLE get_handle () const;
/// Returns the ACE_HANDLE of the notify pipe on which the reactor
/// is listening for notifications so that other threads can unblock
@@ -704,7 +704,7 @@ public:
virtual int timer_queue (ACE_Timer_Queue *tq);
/// Return the current ACE_Timer_Queue.
- virtual ACE_Timer_Queue *timer_queue (void) const;
+ virtual ACE_Timer_Queue *timer_queue () const;
/// Close down the ACE_WFMO_Reactor and release all of its resources.
virtual int close (void);
@@ -1100,7 +1100,7 @@ public:
/// Returns the current size of the WFMO_Reactor's internal
/// descriptor table.
- virtual size_t size (void) const;
+ virtual size_t size () const;
/// Returns a reference to the WFMO_Reactor's internal lock.
virtual ACE_Lock &lock (void);