summaryrefslogtreecommitdiff
path: root/ace/Remote_Tokens.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
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Remote_Tokens.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Remote_Tokens.h')
-rw-r--r--ace/Remote_Tokens.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/ace/Remote_Tokens.h b/ace/Remote_Tokens.h
index 4aa5dab587c..43471a556c7 100644
--- a/ace/Remote_Tokens.h
+++ b/ace/Remote_Tokens.h
@@ -42,7 +42,7 @@ class ACE_Export ACE_Remote_Token_Proxy : public ACE_Token_Proxy
// ACE_Token_Proxy.
//
// = BUGS
- // Distributed sleep_hooks have not been implemented. owner_id ()
+ // Distributed sleep_hooks have not been implemented. <owner_id>
// is not implemented.
public:
ACE_Remote_Token_Proxy (void);
@@ -89,14 +89,14 @@ public:
// Renew the token by offering to release it if there are any other
// waiters, otherwise get the token back immediately. This renew
// has the same semantics as ACE_Local_Mutex release. It is
- // semantically equivalent to <this->release()> followed by
- // <this->acquire()>, but it is faster. options contains the
- // timeout value used if renew blocks. As with acquire, the timer
- // is maintained at the token server. If there are waiters and
- // requeue_position == -1, the caller is queued at the rear of the
- // waiter list. Otherwise, requeue_position specifies the number of
- // waiters to "let by" before reacquiring the token (effectively,
- // the position in the waiter list.)
+ // semantically equivalent to <release> followed by <acquire>, but
+ // it is faster. options contains the timeout value used if renew
+ // blocks. As with acquire, the timer is maintained at the token
+ // server. If there are waiters and requeue_position == -1, the
+ // caller is queued at the rear of the waiter list. Otherwise,
+ // requeue_position specifies the number of waiters to "let by"
+ // before reacquiring the token (effectively, the position in the
+ // waiter list.)
virtual int release (ACE_Synch_Options &options =
ACE_Synch_Options::synch);