summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-12 19:47:23 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-12 19:47:23 +0000
commit56dbb23e862565f29bf78d6b4cae777e4fa3fabd (patch)
tree8f5aaae27a381b476a25c3d7736ac22158ef98fd /ace/Synch.h
parent849ed197c824efc0c79eace4ebb1b58233ad5307 (diff)
downloadATCD-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.h8
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,