diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-26 12:27:22 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-26 12:27:22 +0000 |
commit | b2cb2c0a93c14ce61b03e418b64562544163b88f (patch) | |
tree | 4f456fc9522cd2912f0b2e00be976ab2bffc424e /cpp/src/Freeze/Util.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=481 (diff) | |
download | ice-b2cb2c0a93c14ce61b03e418b64562544163b88f.tar.bz2 ice-b2cb2c0a93c14ce61b03e418b64562544163b88f.tar.xz ice-b2cb2c0a93c14ce61b03e418b64562544163b88f.zip |
Bug 490 - Need to check for DB_BUFFER_SMALL to resize keys
Diffstat (limited to 'cpp/src/Freeze/Util.h')
-rw-r--r-- | cpp/src/Freeze/Util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Freeze/Util.h b/cpp/src/Freeze/Util.h index caaf24bf229..3d972f5433e 100644 --- a/cpp/src/Freeze/Util.h +++ b/cpp/src/Freeze/Util.h @@ -49,10 +49,10 @@ initializeOutDbt(std::vector<Ice::Byte>& v, Dbt& dbt) } void -handleMemoryException(const DbMemoryException&, Key&, Dbt&); +handleMemoryException(const DbException&, Key&, Dbt&); void -handleMemoryException(const DbMemoryException&, Key&, Dbt&, Value&, Dbt&); +handleMemoryException(const DbException&, Key&, Dbt&, Value&, Dbt&); } |