A telecommunication link was restored. More...
#include <B2BITS_Event.h>
Inheritance diagram for Engine::LinkWasRestored:
Collaboration diagram for Engine::LinkWasRestored:Public Member Functions | |
| virtual Type | getType () const |
| Returns the event type. | |
| LinkWasRestored (const Session *sn, const char *message) | |
| Constructor. | |
A telecommunication link was restored.
Definition at line 352 of file B2BITS_Event.h.
| Engine::LinkWasRestored::LinkWasRestored | ( | const Session * | sn, |
| const char * | message | ||
| ) |
Constructor.
| sn | Session. |
| message | String that describes this event. |
| virtual Type Engine::LinkWasRestored::getType | ( | ) | const [inline, virtual] |
Returns the event type.
Can be used instead of C++ RTTI.
Reimplemented from Engine::SessionNotification.
Definition at line 358 of file B2BITS_Event.h.
References Engine::Event::LINK_WAS_RESTORED.
1.7.2