#include <ConnectionOutputHandlerPtr.h>


Public Member Functions | |
| ConnectionOutputHandlerPtr (ConnectionOutputHandler *p) | |
| void | set (ConnectionOutputHandler *p) |
| ConnectionOutputHandler * | get () |
| const ConnectionOutputHandler * | get () const |
| void | close () |
| size_t | getBuffered () const |
| void | activateOutput () |
| void | send (framing::AMQFrame &f) |
Allows the "real" ConnectionOutputHandler to be changed modified without updating all the pointers/references using the ConnectionOutputHandlerPtr
Definition at line 36 of file ConnectionOutputHandlerPtr.h.
1.5.6