summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
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
commit1ff0fa3041fff5a6cfc6246816bce5669b1eb7f6 (patch)
treeeae45a3e06586fc440f046ef2eea06db363d004a /qpid/cpp/src
parent42fdaeaebac89f1e9d60097d2af61ce7cc7eacb4 (diff)
downloadqpid-python-1ff0fa3041fff5a6cfc6246816bce5669b1eb7f6.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@711603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/TxOp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/broker/TxOp.h b/qpid/cpp/src/qpid/broker/TxOp.h
index 5265478e36..e0e17fc0dc 100644
--- a/qpid/cpp/src/qpid/broker/TxOp.h
+++ b/qpid/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;