summaryrefslogtreecommitdiff
path: root/ace/Token_Invariants.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-05 06:42:04 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-05 06:42:04 +0000
commit24db8b068ea6b5028c47995e55a8e5c4bdd09505 (patch)
tree0261a761e379f74e7ab2521712877290f874df37 /ace/Token_Invariants.h
parent7ffa52906f3efa7b636ae5c057f638d1485bd409 (diff)
downloadATCD-24db8b068ea6b5028c47995e55a8e5c4bdd09505.tar.gz
Corrected erroneous comments.
Diffstat (limited to 'ace/Token_Invariants.h')
-rw-r--r--ace/Token_Invariants.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Token_Invariants.h b/ace/Token_Invariants.h
index ceef12958e1..e818b219155 100644
--- a/ace/Token_Invariants.h
+++ b/ace/Token_Invariants.h
@@ -6,9 +6,9 @@
//
// = LIBRARY
// ace
-//
+//
// = FILENAME
-// Token_Invariants
+// Token_Invariants.h
//
// = AUTHOR
// Tim Harrison (harrison@cs.wustl.edu)
@@ -157,7 +157,7 @@ public:
// Dump the state of the class.
// = The following two method should be in the protected part of the
- // class. Bugs with certain compilers preclude this.
+ // class. Bugs with certain compilers preclude this.
ACE_Token_Invariant_Manager (void);
// Prevent non-singleton construction.
@@ -165,11 +165,11 @@ public:
// Destruction.
protected:
- int get_mutex (const char *token_name,
+ int get_mutex (const char *token_name,
ACE_Mutex_Invariants *&inv);
// Return or create.
- int get_rwlock (const char *token_name,
+ int get_rwlock (const char *token_name,
ACE_RWLock_Invariants *&inv);
// Return or create.