diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-26 12:39:07 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-26 12:39:07 +0000 |
commit | e2ef041325c41f50869d620ff1545e913c0be471 (patch) | |
tree | ef273442aef3772ecf0c757c2010d0f75058ea6d /cpp/src/Freeze/Util.h | |
parent | Bug 490 - Need to check for DB_BUFFER_SMALL to resize keys (diff) | |
download | ice-e2ef041325c41f50869d620ff1545e913c0be471.tar.bz2 ice-e2ef041325c41f50869d620ff1545e913c0be471.tar.xz ice-e2ef041325c41f50869d620ff1545e913c0be471.zip |
Backed out previous change, failing on Windows.
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 3d972f5433e..caaf24bf229 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 DbException&, Key&, Dbt&); +handleMemoryException(const DbMemoryException&, Key&, Dbt&); void -handleMemoryException(const DbException&, Key&, Dbt&, Value&, Dbt&); +handleMemoryException(const DbMemoryException&, Key&, Dbt&, Value&, Dbt&); } |