summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.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
commit10f1729b65638f3f273f523861dd547ec6832e5f (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Event_Handler.h
parent3e172150a24e32f471d10eb9a60eebb599de6f81 (diff)
downloadATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index ece9adf8715..410755d24eb 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -125,7 +125,7 @@ public:
#if !defined (ACE_HAS_WINCE)
static void *read_adapter (void *event_handler);
// Used to read from non-socket ACE_HANDLEs in our own thread to
- // work around Win32 limitations that don't allow us to select() on
+ // work around Win32 limitations that don't allow us to <select> on
// non-sockets (such as ACE_STDIN). This is commonly used in
// situations where the Reactor is used to demultiplex read events
// on ACE_STDIN on UNIX. Note that <event_handler> must be a
@@ -138,7 +138,7 @@ public:
ACE_Thread_Manager *thr_mgr,
int flags = THR_DETACHED);
// Abstracts away from the differences between Win32 and ACE with
- // respect to reading from ACE_STDIN (which is non-select()'able on
+ // respect to reading from ACE_STDIN (which is non-<select>'able on
// Win32.
static int remove_stdin_handler (ACE_Reactor *reactor,