summaryrefslogtreecommitdiff
path: root/ace/Local_Tokens.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
commit62a3a4596a6b5e548924287537f342b7d83dadfb (patch)
treee9eb6cbb1246839089ac3e110a09ab1f78513e3c /ace/Local_Tokens.h
parentff4fb03894c7723fcf2ec10ceedf22f2b6224706 (diff)
downloadATCD-62a3a4596a6b5e548924287537f342b7d83dadfb.tar.gz
ChangeLogTag: Tue Sep 24 06:29:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Local_Tokens.h')
-rw-r--r--ace/Local_Tokens.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/ace/Local_Tokens.h b/ace/Local_Tokens.h
index 878f6ba6bac..3315618fee4 100644
--- a/ace/Local_Tokens.h
+++ b/ace/Local_Tokens.h
@@ -757,10 +757,10 @@ public:
virtual ~ACE_Token_Proxy (void);
/**
- * Open the <ACE_Token>/
- * @arg name The string uniquely identifying the token.
- * @arg ignore_deadlock Can be 1 to disable deadlock notifications.
- * @arg debug Prints debug messages.
+ * Open the <ACE_Token>.
+ * @param name The string uniquely identifying the token.
+ * @param ignore_deadlock Can be 1 to disable deadlock notifications.
+ * @param debug Prints debug messages.
*/
virtual int open (const ACE_TCHAR *name,
int ignore_deadlock = 0,
@@ -969,9 +969,9 @@ class ACE_Export ACE_Local_Mutex : public ACE_Token_Proxy
public:
/**
* Constructor.
- * @arg token_name Uniquely id's the token.
- * @arg ignore_deadlock Will allow deadlock to occur (useful for testing).
- * @arg debug Prints a bunch of messages.
+ * @param token_name Uniquely id's the token.
+ * @param ignore_deadlock Will allow deadlock to occur (useful for testing).
+ * @param debug Prints a bunch of messages.
*/
ACE_Local_Mutex (const ACE_TCHAR *token_name = 0,
int ignore_deadlock = 0,
@@ -1023,9 +1023,9 @@ public:
/**
* Constructor.
- * @arg token_name Uniquely id's the token.
- * @arg ignore_deadlock Will allow deadlock to occur (useful for testing).
- * @arg debug Prints a bunch of messages.
+ * @param token_name Uniquely id's the token.
+ * @param ignore_deadlock Will allow deadlock to occur (useful for testing).
+ * @param debug Prints a bunch of messages.
*/
ACE_Local_RLock (const ACE_TCHAR *token_name = 0,
int ignore_deadlock = 0,
@@ -1080,9 +1080,9 @@ public:
/**
* Constructor.
- * @arg token_name Uniquely id's the token.
- * @arg ignore_deadlock Will allow deadlock to occur (useful for testing).
- * @arg debug Prints a bunch of messages.
+ * @param token_name Uniquely id's the token.
+ * @param ignore_deadlock Will allow deadlock to occur (useful for testing).
+ * @param debug Prints a bunch of messages.
*/
ACE_Local_WLock (const ACE_TCHAR *token_name = 0,
int ignore_deadlock = 0,