diff options
author | Matthew Newhook <matthew@zeroc.com> | 2001-12-05 20:32:51 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2001-12-05 20:32:51 +0000 |
commit | d66cefff3dcad4e42ba5876f6845f8f97c0a3aa0 (patch) | |
tree | 171f076b5cdf31176a37dc6ae7031c76560dd359 /cpp/include/Freeze/Map.h | |
parent | Freeze fix. (diff) | |
download | ice-d66cefff3dcad4e42ba5876f6845f8f97c0a3aa0.tar.bz2 ice-d66cefff3dcad4e42ba5876f6845f8f97c0a3aa0.tar.xz ice-d66cefff3dcad4e42ba5876f6845f8f97c0a3aa0.zip |
Fix Freeze::ConstDBIterator bug.
Diffstat (limited to 'cpp/include/Freeze/Map.h')
-rw-r--r-- | cpp/include/Freeze/Map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Freeze/Map.h b/cpp/include/Freeze/Map.h index 11592c8e27c..45fb89b4a3b 100644 --- a/cpp/include/Freeze/Map.h +++ b/cpp/include/Freeze/Map.h @@ -335,6 +335,8 @@ public: { key_type key; mapped_type value; + + getCurrentValue(key, value); // // !IMPORTANT! |