22 #ifndef MAMA_IO_CPP_H__
23 #define MAMA_IO_CPP_H__
61 void* closure = NULL);
63 virtual uint32_t getDescriptor (
void)
const;
64 virtual void destroy ();
71 virtual void* getClosure (
void)
const;
77 #endif // MAMA_IO_CPP_H__
MamaIoImpl * mPimpl
Definition: MamaIo.h:73
Definition: MamaBasicSubscription.h:27
Subclass this to receive IO notifications.
Definition: MamaIoCallback.h:36
A repeating IO.
Definition: MamaIo.h:40
Queue allows applications to dispatch events in order with multiple threads using a single MamaDispat...
Definition: MamaQueue.h:40