Update README.md

This commit is contained in:
Carlos Scovino 2019-04-25 14:52:24 -03:00 committed by GitHub
parent f7317ab4f1
commit 1cd2e6b542
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 * is associated with the handler. This is the first call to your handler
* @param connection The connection that is attached to the 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 // @todo
// add your own implementation, for example initialize things // add your own implementation, for example initialize things