Update README.md
This commit is contained in:
parent
f7317ab4f1
commit
1cd2e6b542
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue