#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 67 of file BondSM_sm.h.
| SM_WaitingForSister::SM_WaitingForSister | ( | const char * | name, |
| int | stateId | ||
| ) | [inline] |
Definition at line 71 of file BondSM_sm.h.
| void SM_WaitingForSister::ConnectTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 63 of file BondSM_sm.cpp.
| void SM_WaitingForSister::Die | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 84 of file BondSM_sm.cpp.
| void SM_WaitingForSister::SisterAlive | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 105 of file BondSM_sm.cpp.
| void SM_WaitingForSister::SisterDead | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 126 of file BondSM_sm.cpp.