diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-12 19:47:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-12 19:47:23 +0000 |
commit | 56dbb23e862565f29bf78d6b4cae777e4fa3fabd (patch) | |
tree | 8f5aaae27a381b476a25c3d7736ac22158ef98fd /ace/Synch.h | |
parent | 849ed197c824efc0c79eace4ebb1b58233ad5307 (diff) | |
download | ATCD-56dbb23e862565f29bf78d6b4cae777e4fa3fabd.tar.gz |
ChangeLogTag:Tue Jun 12 11:07:18 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index 83714f7e13e..f981ef429b3 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -9,11 +9,10 @@ * Wrappers for various synchronization routines. * * - * @author Doug Schmidt + * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ //============================================================================= - #ifndef ACE_SYNCH_H #define ACE_SYNCH_H #include "ace/pre.h" @@ -719,12 +718,13 @@ public: * * Portable implementation of an Event mechanism, which is * native to Win32, but must be emulated on UNIX. Note that - * this only provides <USYNC_PROCESS> support on Win32 machines. + * this only provides global naming and <USYNC_PROCESS> support on + * Win32 machines. */ class ACE_Export ACE_Event { public: - /// Constructor which will create event. + /// Constructor that creates event. ACE_Event (int manual_reset = 0, int initial_state = 0, int type = USYNC_THREAD, |