From 1ff0fa3041fff5a6cfc6246816bce5669b1eb7f6 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 5 Nov 2008 16:29:18 +0000 Subject: 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 --- qpid/cpp/src/qpid/broker/TxOp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/cpp/src') 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 shared_ptr; -- cgit v1.2.1