diff options
| author | Gordon Sim <gsim@apache.org> | 2007-07-24 14:27:31 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-07-24 14:27:31 +0000 |
| commit | a6303894d7f9a24df4a691af3ce94647c033ebff (patch) | |
| tree | 943b75df7528c9fbff6b3170c3c4b66758bf22ad /cpp/src/qpid/broker/ConnectionAdapter.h | |
| parent | 9f120205e0d7a0b2666b9fd21a5296db07e32fd8 (diff) | |
| download | qpid-python-a6303894d7f9a24df4a691af3ce94647c033ebff.tar.gz | |
Initial support for latest approved 0-10 xml (with some transitional hacks included).
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@559059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/ConnectionAdapter.h')
| -rw-r--r-- | cpp/src/qpid/broker/ConnectionAdapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/ConnectionAdapter.h b/cpp/src/qpid/broker/ConnectionAdapter.h index b624102cd2..6890b014a4 100644 --- a/cpp/src/qpid/broker/ConnectionAdapter.h +++ b/cpp/src/qpid/broker/ConnectionAdapter.h @@ -67,11 +67,11 @@ public: AccessHandler* getAccessHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } FileHandler* getFileHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } StreamHandler* getStreamHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } - DtxHandler* getDtxHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } TunnelHandler* getTunnelHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } DtxCoordinationHandler* getDtxCoordinationHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } DtxDemarcationHandler* getDtxDemarcationHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } ExecutionHandler* getExecutionHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } + SessionHandler* getSessionHandler() { throw ConnectionException(503, "Class can't be accessed over channel 0"); } framing::ProtocolVersion getVersion() const; }; |
