A telecommunication link error was detected. More...
#include <B2BITS_Event.h>
Inheritance diagram for Engine::LinkErrorWasDetected:
Collaboration diagram for Engine::LinkErrorWasDetected:Public Member Functions | |
| virtual Type | getType () const |
| Returns the event type. | |
| LinkErrorWasDetected (const Session *sn, const char *reason) | |
| Constructor. | |
A telecommunication link error was detected.
Definition at line 364 of file B2BITS_Event.h.
| Engine::LinkErrorWasDetected::LinkErrorWasDetected | ( | const Session * | sn, |
| const char * | reason | ||
| ) |
Constructor.
| sn | Instance of Session assigned with event |
| reason | Message that describes event. Can be NULL; |
| virtual Type Engine::LinkErrorWasDetected::getType | ( | ) | const [inline, virtual] |
Returns the event type.
Can be used instead of C++ RTTI.
Reimplemented from Engine::SessionWarning.
Definition at line 370 of file B2BITS_Event.h.
References Engine::Event::LINK_ERROR_WAS_DETECTED.
1.7.2