diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 06:42:04 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 06:42:04 +0000 |
commit | 24db8b068ea6b5028c47995e55a8e5c4bdd09505 (patch) | |
tree | 0261a761e379f74e7ab2521712877290f874df37 /ace/Token_Manager.h | |
parent | 7ffa52906f3efa7b636ae5c057f638d1485bd409 (diff) | |
download | ATCD-24db8b068ea6b5028c47995e55a8e5c4bdd09505.tar.gz |
Corrected erroneous comments.
Diffstat (limited to 'ace/Token_Manager.h')
-rw-r--r-- | ace/Token_Manager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Token_Manager.h b/ace/Token_Manager.h index a0174565a75..1da3f962104 100644 --- a/ace/Token_Manager.h +++ b/ace/Token_Manager.h @@ -5,13 +5,13 @@ // // = LIBRARY // ace -// +// // = FILENAME -// Token_Manager +// Token_Manager.h // // = AUTHOR // Tim Harrison (harrison@cs.wustl.edu) -// +// // ============================================================================ #if !defined (ACE_TOKEN_MANAGER_H) @@ -54,7 +54,7 @@ public: // an existing token. If none is found, the Token Manager calls // ACE_Token_Proxy::create_token to create a new one. When // finished, sets ACE_Token_Proxy::token_. <token_name> uniquely - // id's the token name. + // id's the token name. int check_deadlock (ACE_Token_Proxy *proxy); int check_deadlock (ACE_Tokens *token, ACE_Token_Proxy *proxy); |