summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-04 06:57:46 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-04 06:57:46 +0000
commitc7afb52fbc27799141184209b00d79bf262bfd06 (patch)
tree4217098176335c2fa58eab0dba4a20f09e6e2bda
parent35de29cbea6074a441e03ac81803363dfc9b500c (diff)
downloadATCD-c7afb52fbc27799141184209b00d79bf262bfd06.tar.gz
*** empty log message ***
-rw-r--r--ace/Map_Manager.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h
index 4bebfcb3d64..4e0ad3f9960 100644
--- a/ace/Map_Manager.h
+++ b/ace/Map_Manager.h
@@ -292,7 +292,11 @@ public:
ACE_Map_Entry<EXT_ID, INT_ID>& operator* (void);
// Returns a reference to the interal element <this> is pointing to.
-
+
+ ACE_Map_Manager<EXT_ID, INT_ID, ACE_LOCK>& map (void);
+ // Returns reference the Map_Manager that is being iterated
+ // over.
+
int operator== (const ACE_Map_Iterator_Base<EXT_ID, INT_ID, ACE_LOCK> &) const;
int operator!= (const ACE_Map_Iterator_Base<EXT_ID, INT_ID, ACE_LOCK> &) const;
// Check if two iterators point to the same position