Author: shuston
Date: Wed Nov 5 08:29:18 2008
New Revision: 711603
URL: http://svn.apache.org/viewvc?rev=711603&view=rev
Log:
No need to decalre TxOpConstVisitor - it's defined in TxOpVisitor.h; resolves
QPID-1435
Modified:
incubator/qpid/trunk/qpid/cpp/src/qpid/broker/TxOp.h
Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/TxOp.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/TxOp.h?rev=711603&r1=711602&r2=711603&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/TxOp.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/TxOp.h Wed Nov 5 08:29:18
2008
@@ -28,8 +28,6 @@
namespace qpid {
namespace broker {
-class TxOpConstVisitor;
-
class TxOp{
public:
typedef boost::shared_ptr<TxOp> shared_ptr;