diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-11-07 14:45:01 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-11-07 14:45:01 -0500 |
commit | 302e8096f25c85c6a6fc3fb5c3ca04736c5db410 (patch) | |
tree | 234b54164cd88fd2002972c0f18767f9049e5457 /cpp/src/Freeze/ConnectionI.h | |
parent | - Fixing bug 2522 for Python. This involved adding the C++ class (diff) | |
download | ice-302e8096f25c85c6a6fc3fb5c3ca04736c5db410.tar.bz2 ice-302e8096f25c85c6a6fc3fb5c3ca04736c5db410.tar.xz ice-302e8096f25c85c6a6fc3fb5c3ca04736c5db410.zip |
Fixed bug #819 (C++)
Diffstat (limited to 'cpp/src/Freeze/ConnectionI.h')
-rw-r--r-- | cpp/src/Freeze/ConnectionI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Freeze/ConnectionI.h b/cpp/src/Freeze/ConnectionI.h index 38b85aa9d2b..6bc33377fd4 100644 --- a/cpp/src/Freeze/ConnectionI.h +++ b/cpp/src/Freeze/ConnectionI.h @@ -40,6 +40,8 @@ public: virtual TransactionPtr currentTransaction() const; + virtual void removeMapIndex(const std::string&, const std::string&); + virtual void close(); virtual Ice::CommunicatorPtr getCommunicator() const; |