summaryrefslogtreecommitdiff
path: root/ace/Reactor.i
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.i
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.i')
-rw-r--r--ace/Reactor.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Reactor.i b/ace/Reactor.i
index 25001e418fc..12a306711d0 100644
--- a/ace/Reactor.i
+++ b/ace/Reactor.i
@@ -5,7 +5,7 @@
#include "ace/Handle_Set.h"
ACE_INLINE ACE_Reactor_Impl *
-ACE_Reactor::implementation (void)
+ACE_Reactor::implementation (void) const
{
return this->implementation_;
}
@@ -635,7 +635,7 @@ ACE_Reactor::ready_ops (ACE_HANDLE handle,
}
ACE_INLINE size_t
-ACE_Reactor::size (void)
+ACE_Reactor::size (void) const
{
return this->implementation ()->size ();
}