summaryrefslogtreecommitdiff
path: root/ACE/ace/FlReactor/FlReactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/FlReactor/FlReactor.h')
-rw-r--r--ACE/ace/FlReactor/FlReactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FlReactor/FlReactor.h b/ACE/ace/FlReactor/FlReactor.h
index e5dbee8af10..b2d3283fcb6 100644
--- a/ACE/ace/FlReactor/FlReactor.h
+++ b/ACE/ace/FlReactor/FlReactor.h
@@ -47,7 +47,7 @@ public:
ACE_FlReactor (size_t size = DEFAULT_SIZE,
bool restart = false,
ACE_Sig_Handler * = 0);
- virtual ~ACE_FlReactor (void);
+ virtual ~ACE_FlReactor ();
// = Timer operations.
virtual long schedule_timer (ACE_Event_Handler *event_handler,
@@ -89,7 +89,7 @@ protected:
private:
/// This method ensures there's an Fl timeout for the first timeout
/// in the Reactor's Timer_Queue.
- void reset_timeout (void);
+ void reset_timeout ();
// = Integrate with the FL callback function mechanism.
static void fl_io_proc (int fd, void*);