summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-04 14:27:40 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-04 14:27:40 +0000
commit69aed09e38db75ccdd89c2146c066e60a6ab1011 (patch)
tree32f06aa8db5d813573e97c737d0036c1aa580904 /cpp/src/qpid/broker/SessionState.cpp
parentb384e8073b2202db2142ebf9f9d9673483cde72f (diff)
downloadqpid-python-69aed09e38db75ccdd89c2146c066e60a6ab1011.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionState.cpp10
1 files changed, 0 insertions, 10 deletions
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;