diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 10f1729b65638f3f273f523861dd547ec6832e5f (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Token_Collection.h | |
parent | 3e172150a24e32f471d10eb9a60eebb599de6f81 (diff) | |
download | ATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Token_Collection.h')
-rw-r--r-- | ace/Token_Collection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Token_Collection.h b/ace/Token_Collection.h index 075cee8757d..e85b45e76c4 100644 --- a/ace/Token_Collection.h +++ b/ace/Token_Collection.h @@ -55,7 +55,7 @@ class ACE_Export ACE_Token_Collection : public ACE_Token_Proxy // = BUGS // Although ACE_Token_Collection inherits from ACE_Token_Proxy, it - // can not be including in a collection. This is because clone() + // can not be including in a collection. This is because <clone> // returns zero for now. public: ACE_Token_Collection (int debug = 0, |