summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Reactor_Impl.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 7eb92659812..a28eed5641a 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -261,7 +261,7 @@ public:
virtual int suspend_handler (ACE_Event_Handler *event_handler) = 0;
// Suspend <event_handler> temporarily. Use
- // <event_handler->get_handle()> to get the handle.
+ // <ACE_Event_Handler::get_handle> to get the handle.
virtual int suspend_handler (ACE_HANDLE handle) = 0;
// Suspend <handle> temporarily.
@@ -273,8 +273,8 @@ public:
// Suspend all <handles> temporarily.
virtual int resume_handler (ACE_Event_Handler *event_handler) = 0;
- // Resume <event_handler>. Use <event_handler->get_handle()> to get
- // the handle.
+ // Resume <event_handler>. Use <ACE_Event_Handler::get_handle> to
+ // get the handle.
virtual int resume_handler (ACE_HANDLE handle) = 0;
// Resume <handle>.