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/sys/AggregateOutput.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/src/qpid/sys/AggregateOutput.cpp') diff --git a/cpp/src/qpid/sys/AggregateOutput.cpp b/cpp/src/qpid/sys/AggregateOutput.cpp index ebc5689ce5..773ea68e55 100644 --- a/cpp/src/qpid/sys/AggregateOutput.cpp +++ b/cpp/src/qpid/sys/AggregateOutput.cpp @@ -26,11 +26,7 @@ namespace qpid { namespace sys { -AggregateOutput::AggregateOutput(OutputControl& c) : busy(false), control(c) {} - -void AggregateOutput::abort() { control.abort(); } - -void AggregateOutput::activateOutput() { control.activateOutput(); } +AggregateOutput::AggregateOutput() : busy(false) {} namespace { // Clear the busy flag and notify waiting threads in destructor. -- cgit v1.2.1