summaryrefslogtreecommitdiff
path: root/ace/Map_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 23:34:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 23:34:12 +0000
commit29c952df4f242f0f7efc0f575669852da93c6514 (patch)
tree84fa22f2244708b1ab49195e05669fd6ed0644de /ace/Map_Manager.h
parentebdd6a648f8b85b427ef34d942765a90c81e6c40 (diff)
downloadATCD-29c952df4f242f0f7efc0f575669852da93c6514.tar.gz
.
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r--ace/Map_Manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h
index 5416444b95e..ccf48956e4c 100644
--- a/ace/Map_Manager.h
+++ b/ace/Map_Manager.h
@@ -361,16 +361,16 @@ public:
// = STL styled iteration, compare, and reference functions.
ACE_Map_Iterator<EXT_ID, INT_ID, ACE_LOCK> operator++ (void);
- // Postfix advance.
+ // Prefix advance.
ACE_Map_Iterator<EXT_ID, INT_ID, ACE_LOCK>& operator++ (int);
- // Prefix advance.
+ // Postfix advance.
ACE_Map_Iterator<EXT_ID, INT_ID, ACE_LOCK> operator-- (void);
- // Postfix advance.
+ // Prefix advance.
ACE_Map_Iterator<EXT_ID, INT_ID, ACE_LOCK>& operator-- (int);
- // Prefix advance.
+ // Postfix advance.
ACE_ALLOC_HOOK_DECLARE;
// Declare the dynamic allocation hooks.