B2BITS FIX Antenna C++ 2.33.0
|
The session has changed its state. More...
#include <B2BITS_SessionEvent.h>
Public Member Functions | |
Session::ActiveConnection | getNew () const |
Returns the new session's state. | |
Session::ActiveConnection | getPrev () const |
Returns the previous session's state. | |
SwitchConnectionEvent (Session::ActiveConnection oldState, Session::ActiveConnection newState) | |
Constructor. | |
virtual const std::string * | what () const |
Reimplemented from SessionEvent. | |
virtual | ~SwitchConnectionEvent () |
Destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from Engine::SessionEvent | |
virtual | ~SessionEvent () |
Destructor. | |
The session has changed its state.
Engine::SwitchConnectionEvent::SwitchConnectionEvent | ( | Session::ActiveConnection | oldState, |
Session::ActiveConnection | newState ) |
Constructor.
|
virtual |
Destructor.
Session::ActiveConnection Engine::SwitchConnectionEvent::getNew | ( | ) | const |
Returns the new session's state.
Session::ActiveConnection Engine::SwitchConnectionEvent::getPrev | ( | ) | const |
Returns the previous session's state.
|
virtual |