summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-04 22:05:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-04 22:05:57 +0000
commitab19ac45d182225dcc99bb26692fdc5c1a23b2c6 (patch)
treefede1668935d2b7eb674eea741c54d6f2dd13743 /ace/Hash_Map_Manager.h
parent9d603c20f7f8fe88de6493efbe0ecc42e3922f7d (diff)
downloadATCD-ab19ac45d182225dcc99bb26692fdc5c1a23b2c6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Hash_Map_Manager.h')
-rw-r--r--ace/Hash_Map_Manager.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Hash_Map_Manager.h b/ace/Hash_Map_Manager.h
index afe20363b46..0284a8c3ddb 100644
--- a/ace/Hash_Map_Manager.h
+++ b/ace/Hash_Map_Manager.h
@@ -242,8 +242,12 @@ public:
// Pass back the next <entry> that hasn't been seen in the Set.
// Returns 0 when all items have been seen, else 1.
+ int done (void) const;
+ // Returns 1 when all items have been seen, else 0.
+
int advance (void);
- // Move forward by one element in the set.
+ // Move forward by one element in the set. Returns 0 when all the
+ // items in the set have been seen, else 1.
void dump (void) const;
// Dump the state of an object.