summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/IndexI.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-11-19 17:49:00 -0500
committerBernard Normier <bernard@zeroc.com>2007-11-19 17:49:00 -0500
commit99bbf0fbbb8ee4fe2b5807c68c4a7b054e29f3db (patch)
tree1629e081bdbf6cfd412b36f19b1eb5f1f0face2b /cpp/src/Freeze/IndexI.cpp
parentFixed bug #2562 (diff)
parentMerge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff)
downloadice-99bbf0fbbb8ee4fe2b5807c68c4a7b054e29f3db.tar.bz2
ice-99bbf0fbbb8ee4fe2b5807c68c4a7b054e29f3db.tar.xz
ice-99bbf0fbbb8ee4fe2b5807c68c4a7b054e29f3db.zip
Merge branch 'master' of cvs:/home/git/ice
Diffstat (limited to 'cpp/src/Freeze/IndexI.cpp')
-rw-r--r--cpp/src/Freeze/IndexI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Freeze/IndexI.cpp b/cpp/src/Freeze/IndexI.cpp
index 29b89cffcdb..f8ca1b32c7d 100644
--- a/cpp/src/Freeze/IndexI.cpp
+++ b/cpp/src/Freeze/IndexI.cpp
@@ -174,7 +174,7 @@ Freeze::IndexI::untypedFindFirst(const Key& bytes, Int firstN) const
}
catch(const DbDeadlockException& dx)
{
- throw DeadlockException(__FILE__, __LINE__, dx.what());
+ throw DeadlockException(__FILE__, __LINE__, dx.what(), transaction);
}
catch(const DbException& dx)
{
@@ -294,7 +294,7 @@ Freeze::IndexI::untypedCount(const Key& bytes) const
}
catch(const DbDeadlockException& dx)
{
- throw DeadlockException(__FILE__, __LINE__, dx.what());
+ throw DeadlockException(__FILE__, __LINE__, dx.what(), transaction);
}
catch(const DbException& dx)
{