#include <BondSM_sm.h>
Public Member Functions | |
void | ConnectTimeout (BondSMContext &context) |
void | Die (BondSMContext &context) |
void | SisterAlive (BondSMContext &context) |
void | SisterDead (BondSMContext &context) |
SM_WaitingForSister (const char *name, int stateId) |
Definition at line 72 of file BondSM_sm.h.
SM_WaitingForSister::SM_WaitingForSister | ( | const char * | name, |
int | stateId | ||
) | [inline] |
Definition at line 76 of file BondSM_sm.h.
void SM_WaitingForSister::ConnectTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 65 of file BondSM_sm.cpp.
void SM_WaitingForSister::Die | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 86 of file BondSM_sm.cpp.
void SM_WaitingForSister::SisterAlive | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 107 of file BondSM_sm.cpp.
void SM_WaitingForSister::SisterDead | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 128 of file BondSM_sm.cpp.