diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-22 00:01:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-22 00:01:51 +0000 |
commit | f81bcc6c6344564fce8446fd99376b820d8a8e5c (patch) | |
tree | dcb477209a973b5fafe00d5d915df843e684a332 /ace/Synch_Options.h | |
parent | e90b3da82855f939cda68a44c00f582e79133357 (diff) | |
download | ATCD-f81bcc6c6344564fce8446fd99376b820d8a8e5c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Synch_Options.h')
-rw-r--r-- | ace/Synch_Options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Synch_Options.h b/ace/Synch_Options.h index d4e9693a488..cb0d8f09964 100644 --- a/ace/Synch_Options.h +++ b/ace/Synch_Options.h @@ -29,6 +29,7 @@ class ACE_Export ACE_Synch_Options // Values support the following behavior (TV == "timeout" // and UR == "use ACE_Reactor"): // + // = BEGIN<CODE> // Parameters | Description // | // TV | UR | @@ -52,6 +53,7 @@ class ACE_Export ACE_Synch_Options // 0,0 | no | poll; but do not initiate a // | | nonblocking transaction // | | (don't use ACE_Reactor) + // = END<CODE> public: // = Options flags for controlling synchronization. Note that these // flags can be bit-wise "or'd" together if both options are |