Session was established. More...
#include <B2BITS_Event.h>
Inheritance diagram for Engine::SessionWasEstablished:
Collaboration diagram for Engine::SessionWasEstablished:Public Member Functions | |
| virtual Type | getType () const |
| Returns the event type. | |
| SessionWasEstablished (const Session *sn) | |
| Constructor. | |
| SessionWasEstablished (const std::string &sender, const std::string &target, Session::Role role) | |
Session was established.
Definition at line 387 of file B2BITS_Event.h.
| Engine::SessionWasEstablished::SessionWasEstablished | ( | const Session * | sn ) |
Constructor.
| sn | Instance of Session assigned with event |
| Engine::SessionWasEstablished::SessionWasEstablished | ( | const std::string & | sender, |
| const std::string & | target, | ||
| Session::Role | role | ||
| ) |
| virtual Type Engine::SessionWasEstablished::getType | ( | ) | const [inline, virtual] |
Returns the event type.
Can be used instead of C++ RTTI.
Reimplemented from Engine::SessionNotification.
Definition at line 393 of file B2BITS_Event.h.
References Engine::Event::SESSION_WAS_ESTABLISHED.
1.7.2