summaryrefslogtreecommitdiff
path: root/ACE/ace/Asynch_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Asynch_IO.h')
-rw-r--r--ACE/ace/Asynch_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Asynch_IO.h b/ACE/ace/Asynch_IO.h
index 3e25b110f31..677c814d201 100644
--- a/ACE/ace/Asynch_IO.h
+++ b/ACE/ace/Asynch_IO.h
@@ -1650,8 +1650,8 @@ public:
{
public:
Proxy (ACE_Handler *handler) : handler_ (handler) {}
- void reset (void) { this->handler_ = 0; }
- ACE_Handler *handler (void) { return this->handler_; }
+ void reset () { this->handler_ = 0; }
+ ACE_Handler *handler () { return this->handler_; }
private:
ACE_Handler *handler_;
};