summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/SessionHandlerImpl.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-05-08 17:00:00 +0000
committerGordon Sim <gsim@apache.org>2007-05-08 17:00:00 +0000
commit6abe4fc19455e19069134c6b9161ef7eaee258b1 (patch)
treef8cec52653ef26a837aaf16578284b8828a128e8 /cpp/lib/broker/SessionHandlerImpl.cpp
parent82a286a68212b128c13531d8188cc5fe947bd53d (diff)
downloadqpid-python-6abe4fc19455e19069134c6b9161ef7eaee258b1.tar.gz
Initial interop tests for c++.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/SessionHandlerImpl.cpp')
-rw-r--r--cpp/lib/broker/SessionHandlerImpl.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/lib/broker/SessionHandlerImpl.cpp b/cpp/lib/broker/SessionHandlerImpl.cpp
index 75fe11d6da..49767f4c71 100644
--- a/cpp/lib/broker/SessionHandlerImpl.cpp
+++ b/cpp/lib/broker/SessionHandlerImpl.cpp
@@ -233,8 +233,12 @@ void SessionHandlerImpl::ChannelHandlerImpl::open(u_int16_t channel, const strin
}
}
-void SessionHandlerImpl::ChannelHandlerImpl::flow(u_int16_t /*channel*/, bool /*active*/){}
-void SessionHandlerImpl::ChannelHandlerImpl::flowOk(u_int16_t /*channel*/, bool /*active*/){}
+void SessionHandlerImpl::ChannelHandlerImpl::flow(u_int16_t /*channel*/, bool /*active*/){
+
+}
+void SessionHandlerImpl::ChannelHandlerImpl::flowOk(u_int16_t /*channel*/, bool /*active*/){
+
+}
void SessionHandlerImpl::ChannelHandlerImpl::close(u_int16_t channel, u_int16_t /*replyCode*/, const string& /*replyText*/,
u_int16_t /*classId*/, u_int16_t /*methodId*/){