summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/ConnectionI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Freeze/ConnectionI.h')
-rw-r--r--cpp/src/Freeze/ConnectionI.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/src/Freeze/ConnectionI.h b/cpp/src/Freeze/ConnectionI.h
index e801019f33e..9868abe5ba7 100644
--- a/cpp/src/Freeze/ConnectionI.h
+++ b/cpp/src/Freeze/ConnectionI.h
@@ -72,6 +72,9 @@ public:
Ice::Int
trace() const;
+ Ice::Int
+ txTrace() const;
+
bool
deadlockWarning() const;
@@ -83,6 +86,7 @@ private:
TransactionIPtr _transaction;
std::list<MapHelperI*> _mapList;
Ice::Int _trace;
+ Ice::Int _txTrace;
bool _deadlockWarning;
};
@@ -129,6 +133,12 @@ ConnectionI::trace() const
return _trace;
}
+inline Ice::Int
+ConnectionI::txTrace() const
+{
+ return _txTrace;
+}
+
inline bool
ConnectionI::deadlockWarning() const
{