From f2ed9f5fc74bb266fa883409cc50b7e181742594 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 1 Aug 2013 20:26:58 +0000 Subject: QPID-4327: Added TransactionObserver interface. Added TransactionObserver interface, called at each point in a transaction's lifecycle. Currently only a single observer can be associated with a transaction. Added startTx, startDtx to BrokerObserver so plugins can observe transactions starting and set a TransactionObserver. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1509421 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/test_tools.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/cpp/src/tests/test_tools.h') diff --git a/qpid/cpp/src/tests/test_tools.h b/qpid/cpp/src/tests/test_tools.h index de672f938a..7950a36913 100644 --- a/qpid/cpp/src/tests/test_tools.h +++ b/qpid/cpp/src/tests/test_tools.h @@ -23,7 +23,6 @@ #include // Include before boost/test headers. #include #include -#include #include #include #include -- cgit v1.2.1