summaryrefslogtreecommitdiff
path: root/ACE/ace/Remote_Tokens.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
commit0449015e59162f4159f2e8802156968442417e15 (patch)
tree24cbebdcec340cb1e2524f9f8ff9c6e61646c4d8 /ACE/ace/Remote_Tokens.h
parentea5abcfb2bd8115f96a7156616d499cdbf48e126 (diff)
downloadATCD-0449015e59162f4159f2e8802156968442417e15.tar.gz
Wed May 23 15:32:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Remote_Tokens.h')
-rw-r--r--ACE/ace/Remote_Tokens.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Remote_Tokens.h b/ACE/ace/Remote_Tokens.h
index ec39d3d26eb..e9c9625aa2d 100644
--- a/ACE/ace/Remote_Tokens.h
+++ b/ACE/ace/Remote_Tokens.h
@@ -79,7 +79,7 @@ public:
* token is already held, the owner is notified. options contains
* the timeout value for the acquire call. The timer is kept at the
* token server. Asynchronous operations are not supported.
- * Returns 0 on success, -1 on failure with <errno> == problem.
+ * Returns 0 on success, -1 on failure with @c errno == problem.
*/
virtual int acquire (int notify = 0,
void (*sleep_hook)(void *) = 0,
@@ -114,7 +114,7 @@ public:
/**
* Release the distributed token. Similar to ACE_Local_Mutex, if the
* caller is not the owner, it is removed from the waiter list (if
- * applicable.) Returns 0 on success, -1 on failure with <errno> ==
+ * applicable.) Returns 0 on success, -1 on failure with @c errno ==
* problem.
*/
virtual int release (ACE_Synch_Options &options =