summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-08-26 23:42:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-08-26 23:42:52 +0000
commit4b6694c5a2baef59a4845caef124ab550a876e43 (patch)
tree495797f7118c50c4adbd1feb035f7ed5a7d460fd /ace/Reactor.h
parentac5745535942fed5c6c518e7a39b304415001fee (diff)
downloadATCD-4b6694c5a2baef59a4845caef124ab550a876e43.tar.gz
ChangeLogTag:Sat Aug 26 17:39:53 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
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 06ff8fcb88d..1bde5178fc4 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);
+ virtual size_t size (void) const;
// 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);
+ virtual ACE_Reactor_Impl *implementation (void) const;
// Get the implementation class
virtual int current_info (ACE_HANDLE handle,