From 1cd2e6b54291a5f624404e31ae72ad136f4cdbba Mon Sep 17 00:00:00 2001 From: Carlos Scovino Date: Thu, 25 Apr 2019 14:52:24 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d40571..a23e533 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ class MyTcpHandler : public AMQP::TcpHandler * is associated with the handler. This is the first call to your handler * @param connection The connection that is attached to the handler */ - virtual void onAttached(AMQP::TcpConnection *connection) override {} + virtual void onAttached(AMQP::TcpConnection *connection) override { // @todo // add your own implementation, for example initialize things