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


Public Member Functions | |
| QuorumBuilderEvent (QuorumBuilderAct *act) | |
| Constructor. | |
| virtual | ~QuorumBuilderEvent () |
| Virtual destructor. | |
| bool | handle () |
| Handle this event. | |
| int | lastAttempt () const |
| The last server for which an attempt was made. | |
| void | setLastAttempt (int i) |
| Set the server host number for the most recent attempt. | |
| Activity * | source () |
| The Activity that created this event. | |
Protected Attributes | |
| Activity * | m_source |
| Source of this event. | |
Definition at line 33 of file QuorumBuilderEvent.h.
1.4.1