summaryrefslogtreecommitdiff
path: root/ace/Token_Collection.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_Collection.h
parent7ffa52906f3efa7b636ae5c057f638d1485bd409 (diff)
downloadATCD-24db8b068ea6b5028c47995e55a8e5c4bdd09505.tar.gz
Corrected erroneous comments.
Diffstat (limited to 'ace/Token_Collection.h')
-rw-r--r--ace/Token_Collection.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Token_Collection.h b/ace/Token_Collection.h
index f9b8e48e084..d54d2799407 100644
--- a/ace/Token_Collection.h
+++ b/ace/Token_Collection.h
@@ -6,9 +6,9 @@
//
// = LIBRARY
// ACE
-//
+//
// = FILENAME
-// ACE_Token_Collection.h
+// Token_Collection.h
//
// = DESCRIPTION
// The ACE_Token class offers methods for acquiring, renewing,
@@ -22,7 +22,7 @@
// = AUTHOR
// Douglas C. Schmidt (schmidt@cs.wustl.edu) and
// Tim Harrison (harrison@cs.wustl.edu)
-//
+//
// ============================================================================
#if !defined (ACE_TOKEN_COLLECTION_H)
@@ -34,7 +34,7 @@
class ACE_Export ACE_Token_Collection : public ACE_Token_Proxy
// = TITLE
- // Allows atomic token group operations AND
+ // Allows atomic token group operations AND
// provides a ACE_Token manager interface.
//
// = DESCRIPTION
@@ -61,7 +61,7 @@ public:
// <debug> print out verbose debugging messages. <name> will give a
// name to the collection. Collections don't really need names, but
// are sometimes useful for debugging.
-
+
// Collection Management operations
int insert (ACE_Token_Proxy &token);