summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 1bde5178fc4..06ff8fcb88d 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -461,7 +461,7 @@ public:
// Returns true if Reactor has been successfully initialized, else
// false.
- virtual size_t size (void) const;
+ virtual size_t size (void);
// Returns the current size of the Reactor's internal descriptor
// table.
@@ -516,7 +516,7 @@ public:
int ops);
// GET/SET/ADD/CLR the ready "bit" bound with the <handle> and <mask>.
- virtual ACE_Reactor_Impl *implementation (void) const;
+ virtual ACE_Reactor_Impl *implementation (void);
// Get the implementation class
virtual int current_info (ACE_HANDLE handle,