From ef958e7b221d38ec76c392f76a66978211d6d1f9 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 9 Apr 2010 15:08:47 +0000 Subject: QPID-664: changed connect() back to open(),removed detach(),defined new exception hierarchy, added ability to re-use reconnect/replay logic for resource-limit-exceeded errors git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932451 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SessionBase_0_10.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpp/src/qpid/client/SessionBase_0_10.cpp') diff --git a/cpp/src/qpid/client/SessionBase_0_10.cpp b/cpp/src/qpid/client/SessionBase_0_10.cpp index 6aa13bb579..e114b7aacc 100644 --- a/cpp/src/qpid/client/SessionBase_0_10.cpp +++ b/cpp/src/qpid/client/SessionBase_0_10.cpp @@ -65,13 +65,6 @@ void SessionBase_0_10::sendCompletion() impl->sendCompletion(); } -void SessionBase_0_10::sendSyncRequest() -{ - ExecutionSyncBody b; - b.setSync(true); - impl->send(b); -} - uint16_t SessionBase_0_10::getChannel() const { return impl->getChannel(); } void SessionBase_0_10::suspend() { impl->suspend(); } -- cgit v1.2.1