#include <ServerResponseEvent.h>
Inheritance diagram for CODEX_Server::ServerResponseEvent:


Public Methods | |
| ServerResponseEvent (CODEX_Events::Activity *source, ServerResponseHandler *destination, const CODEX_Quorum::Message &message, int server) | |
| Constructor. | |
| virtual | ~ServerResponseEvent () |
| Virtual destructor. | |
| const CODEX_Quorum::Message & | message () const |
| |
| int | server () const |
| |
| bool | handle () |
| This virtual method allows a derived class to call the handler for its appropriate Activity, thereby enabling the Activity to distinguish the event by overloading on type. | |
Protected Attributes | |
| CODEX_Quorum::Message | m_message |
| The response. | |
| int | m_server |
| The server. | |
Definition at line 30 of file ServerResponseEvent.h.
1.2.18