#include <cdEvents.h>


Public Member Functions | |
| virtual void | send () const |
Public Attributes | |
| bool | ackIsNak |
| mdDatagram * | incoming |
| mdDatagram * | reply |
| boost::asio::ip::udp::endpoint | ip |
Definition at line 30 of file cdEvents.h.
| virtual void cdResponse::send | ( | ) | const [inline, virtual] |
Causes this event to be sent out to all listeners. The subclass must provide an override so the event can be used polymorphically. This allows you to have a container of PolymorphEvent's of unknown concrete types, e.g. to queue events of different types.
Implements PolymorphEvent.
Definition at line 37 of file cdEvents.h.
| bool cdResponse::ackIsNak |
Definition at line 32 of file cdEvents.h.
Definition at line 33 of file cdEvents.h.
Definition at line 34 of file cdEvents.h.
| boost::asio::ip::udp::endpoint cdResponse::ip |
Definition at line 35 of file cdEvents.h.
1.5.6