Merge pull request #291 from cscovino/patch-1

Update README.md
This commit is contained in:
Emiel Bruijntjes 2019-06-19 10:40:55 +02:00 committed by GitHub
commit d08db14310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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