diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-12 14:38:34 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-12 14:38:34 +0000 |
commit | d1a1ef0f00e201f6bb5a90da34f480c1f1cd284a (patch) | |
tree | e7fc0d944bfa2c1800921f56861db2a4bb37d936 /cpp/src/Freeze/TransactionI.h | |
parent | Fixed bug where allocation could return before the Glacier2 filters were (diff) | |
download | ice-d1a1ef0f00e201f6bb5a90da34f480c1f1cd284a.tar.bz2 ice-d1a1ef0f00e201f6bb5a90da34f480c1f1cd284a.tar.xz ice-d1a1ef0f00e201f6bb5a90da34f480c1f1cd284a.zip |
*** empty log message ***
Diffstat (limited to 'cpp/src/Freeze/TransactionI.h')
-rw-r--r-- | cpp/src/Freeze/TransactionI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Freeze/TransactionI.h b/cpp/src/Freeze/TransactionI.h index 914e8ec5f6d..acb9f9e8892 100644 --- a/cpp/src/Freeze/TransactionI.h +++ b/cpp/src/Freeze/TransactionI.h @@ -45,6 +45,7 @@ private: cleanup(); ConnectionIPtr _connection; + Ice::Int _txTrace; DbTxn* _txn; }; |