From 69aed09e38db75ccdd89c2146c066e60a6ab1011 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 4 Jun 2013 14:27:40 +0000 Subject: QPID-4905: Tidy up - Remove unused function getBuffered() of ConnectionOutputHandler - Stop SessionContext and AggregateOutput from needlessly implementing the OutputControl interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1489457 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SessionState.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpp/src/qpid/broker/SessionState.cpp') diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index cd8ecfc476..a89e5ef974 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -133,16 +133,6 @@ void SessionState::attach(SessionHandler& h) { asyncCommandCompleter->attached(); } -void SessionState::abort() { - if (isAttached()) - getConnection().outputTasks.abort(); -} - -void SessionState::activateOutput() { - if (isAttached()) - getConnection().outputTasks.activateOutput(); -} - ManagementObject::shared_ptr SessionState::GetManagementObject(void) const { return mgmtObject; -- cgit v1.2.1