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