diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-04 22:05:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-04 22:05:57 +0000 |
commit | ab19ac45d182225dcc99bb26692fdc5c1a23b2c6 (patch) | |
tree | fede1668935d2b7eb674eea741c54d6f2dd13743 /ace/Local_Tokens.h | |
parent | 9d603c20f7f8fe88de6493efbe0ecc42e3922f7d (diff) | |
download | ATCD-ab19ac45d182225dcc99bb26692fdc5c1a23b2c6.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Local_Tokens.h')
-rw-r--r-- | ace/Local_Tokens.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Local_Tokens.h b/ace/Local_Tokens.h index d50ba02619b..49a66af5b68 100644 --- a/ace/Local_Tokens.h +++ b/ace/Local_Tokens.h @@ -225,8 +225,10 @@ public: // Construction. int next (ACE_TPQ_Entry *&next_item); - // Pass back the <next_item>. Returns 0 when all items have been - // seen, else 1. + // Pass back the <next_item>. + + int done (void) const; + // Returns 1 when all items have been seen, else 0. void advance (void); // Move forward by one element in the queue. |