diff options
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 |