Used for sending messages requesting a direct reply. More...
#include <MamaInbox.h>
Public Member Functions | |
| virtual | ~MamaInbox (void) |
| MamaInbox (void) | |
| virtual void | create (MamaTransport *transport, MamaQueue *queue, MamaInboxCallback *callback, void *closure=NULL) |
| Create an inbox. More... | |
| virtual void | destroy (void) |
| virtual void * | getClosure (void) const |
| mamaInbox | getCValue () |
| const mamaInbox | getCValue () const |
Used for sending messages requesting a direct reply.
|
virtual |
| Wombat::MamaInbox::MamaInbox | ( | void | ) |
|
virtual |
Create an inbox.
| transport | The transport for sending requests and receiving replies. |
| queue | The queue. |
| callback | The callback for receiving replies and errors. |
| closure | The caller supplied closure. |
|
virtual |
|
virtual |
| mamaInbox Wombat::MamaInbox::getCValue | ( | ) |
| const mamaInbox Wombat::MamaInbox::getCValue | ( | ) | const |