summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/TransactionI.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-06-12 14:38:34 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-06-12 14:38:34 +0000
commitd1a1ef0f00e201f6bb5a90da34f480c1f1cd284a (patch)
treee7fc0d944bfa2c1800921f56861db2a4bb37d936 /cpp/src/Freeze/TransactionI.h
parentFixed bug where allocation could return before the Glacier2 filters were (diff)
downloadice-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.h1
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;
};