Author: aconway
Date: Thu Jan 4 14:42:56 2007
New Revision: 492787
URL: http://svn.apache.org/viewvc?view=rev&rev=492787
Log:
Compile fixes, still not complete: #def class in FramingContent.h
Modified:
incubator/qpid/branches/qpid.0-9/cpp/lib/broker/SessionHandlerImpl.h
Modified: incubator/qpid/branches/qpid.0-9/cpp/lib/broker/SessionHandlerImpl.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/lib/broker/SessionHandlerImpl.h?view=diff&rev=492787&r1=492786&r2=492787
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/lib/broker/SessionHandlerImpl.h
(original)
+++ incubator/qpid/branches/qpid.0-9/cpp/lib/broker/SessionHandlerImpl.h Thu
Jan 4 14:42:56 2007
@@ -257,10 +257,11 @@
inline virtual StreamHandler* getStreamHandler(){ throw
ConnectionException(540, "Stream class not implemented"); }
inline virtual DtxHandler* getDtxHandler(){ throw ConnectionException(540,
"Dtx class not implemented"); }
inline virtual TunnelHandler* getTunnelHandler(){ throw
ConnectionException(540, "Tunnel class not implemented"); }
-
+
+ // FIXME aconway 2007-01-04: what's this about?
// Temporary add-in to resolve version conflicts: AMQP v8.0 still defines
class Test;
// however v0.9 will not - kpvdr 2006-11-17
- inline virtual TestHandler* getTestHandler(){ throw
ConnectionException(540, "Test class not implemented"); }
+ // inline virtual TestHandler* getTestHandler(){ throw
ConnectionException(540, "Test class not implemented"); }
};
}