summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_Manager.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-04 06:26:05 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-04 06:26:05 +0000
commit3afa10ac4f7f9be763593a07d7015793d7d86547 (patch)
treefe5f53eab1457fb5ed8eba88f37a880635a5fd5d /ace/Hash_Map_Manager.h
parent94329aafa13bd6355eb5872dfe43ae6374853af8 (diff)
downloadATCD-3afa10ac4f7f9be763593a07d7015793d7d86547.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Hash_Map_Manager.h')
-rw-r--r--ace/Hash_Map_Manager.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/Hash_Map_Manager.h b/ace/Hash_Map_Manager.h
index 7e19ee6cbe0..81e0129675d 100644
--- a/ace/Hash_Map_Manager.h
+++ b/ace/Hash_Map_Manager.h
@@ -358,10 +358,6 @@ protected:
// Move backward by one element in the set. Returns 0 when there's
// no more item in the set before the current item, else 1.
- void reset_i (int head);
- // If head != 0, the iterator reset to the head of the map else it
- // is positioned to the end.
-
void dump_i (void) const;
// Dump the state of an object.
@@ -395,9 +391,6 @@ public:
// Move forward by one element in the set. Returns 0 when all the
// items in the set have been seen, else 1.
- void reset (int tail = 0);
- // Resets the iterator to the begining, if one exists.
-
void dump (void) const;
// Dump the state of an object.
@@ -438,9 +431,6 @@ public:
// Move forward by one element in the set. Returns 0 when all the
// items in the set have been seen, else 1.
- void reset (int head = 0);
- // Resets the iterator to the end again.
-
void dump (void) const;
// Dump the state of an object.