summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/BrokerAdapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/broker/BrokerAdapter.cpp')
-rw-r--r--cpp/lib/broker/BrokerAdapter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/lib/broker/BrokerAdapter.cpp b/cpp/lib/broker/BrokerAdapter.cpp
index 6f55f32d47..c9d44c7445 100644
--- a/cpp/lib/broker/BrokerAdapter.cpp
+++ b/cpp/lib/broker/BrokerAdapter.cpp
@@ -334,6 +334,10 @@ BrokerAdapter::BrokerAdapter::ChannelHandlerImpl::ok( const MethodContext& )
//no specific action required, generic response handling should be sufficient
}
+
+//
+// Message class method handlers
+//
void
BrokerAdapter::BrokerAdapter::ChannelHandlerImpl::ping( const MethodContext& context)
{
@@ -341,6 +345,7 @@ BrokerAdapter::BrokerAdapter::ChannelHandlerImpl::ping( const MethodContext& con
connection.client->getChannel().pong(context);
}
+
void
BrokerAdapter::BrokerAdapter::ChannelHandlerImpl::pong( const MethodContext& context)
{