summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-11-05 16:29:18 +0000
committerStephen D. Huston <shuston@apache.org>2008-11-05 16:29:18 +0000
commit43a66c59e492e0fe91922f63e5d4e8b28f10a638 (patch)
tree7da5e0d66a68bdb5caa81d15ebb6c8a79d931e3d /cpp
parentad6e0ac1bfa48ef5bdc26d979558c83f52e8cd5b (diff)
downloadqpid-python-43a66c59e492e0fe91922f63e5d4e8b28f10a638.tar.gz
No need to decalre TxOpConstVisitor - it's defined in TxOpVisitor.h; resolves QPID-1435
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/broker/TxOp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/TxOp.h b/cpp/src/qpid/broker/TxOp.h
index 5265478e36..e0e17fc0dc 100644
--- a/cpp/src/qpid/broker/TxOp.h
+++ b/cpp/src/qpid/broker/TxOp.h
@@ -28,8 +28,6 @@
namespace qpid {
namespace broker {
-class TxOpConstVisitor;
-
class TxOp{
public:
typedef boost::shared_ptr<TxOp> shared_ptr;