OpenSDN source code
|
Public Types | |
typedef mpl::list < sc::custom_reaction < EvAdminDown > , sc::custom_reaction < EvConnectTimerExpired > , sc::custom_reaction < EvOpenTimerExpired > , sc::custom_reaction < EvTcpPassiveOpen > , sc::custom_reaction < EvTcpClose > , sc::custom_reaction < EvXmppOpen > , sc::custom_reaction< EvStop > > | reactions |
Public Member Functions | |
Active (my_context ctx) | |
~Active () | |
sc::result | react (const EvConnectTimerExpired &event) |
sc::result | react (const EvTcpPassiveOpen &event) |
sc::result | react (const EvTcpClose &event) |
sc::result | react (const EvOpenTimerExpired &event) |
sc::result | react (const EvXmppOpen &event) |
sc::result | react (const EvStop &event) |
sc::result | react (const EvAdminDown &event) |
Definition at line 262 of file xmpp_state_machine.cc.
typedef mpl::list< sc::custom_reaction<EvAdminDown>, sc::custom_reaction<EvConnectTimerExpired>, sc::custom_reaction<EvOpenTimerExpired>, sc::custom_reaction<EvTcpPassiveOpen>, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvXmppOpen>, sc::custom_reaction<EvStop> > xmsm::Active::reactions |
Definition at line 271 of file xmpp_state_machine.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |