examples.amqp-cpp icon indicating copy to clipboard operation
examples.amqp-cpp copied to clipboard

AMQP-CPP examples based on libevent

Results 1 examples.amqp-cpp issues
Sort by recently updated
recently updated
newest added

https://github.com/hoxnox/examples.amqp-cpp/blob/31b6696c1b7592aefb1ca131017735b356d3d458/conn_handler.h#L9 Old line: LibEventHandlerMyError(struct event_base* evbase) : LibEventHandler(evbase), evbase_(evbase_) {} Updated line: LibEventHandlerMyError(struct event_base* evbase) : LibEventHandler(evbase), evbase_(evbase) {}