Public Member Functions

Engine::LinkErrorWasDetected Class Reference

A telecommunication link error was detected. More...

#include <B2BITS_Event.h>

Inheritance diagram for Engine::LinkErrorWasDetected:
Collaboration diagram for Engine::LinkErrorWasDetected:

List of all members.

Public Member Functions

virtual Type getType () const
 Returns the event type.
 LinkErrorWasDetected (const Session *sn, const char *reason)
 Constructor.

Detailed Description

A telecommunication link error was detected.

Definition at line 364 of file B2BITS_Event.h.


Constructor & Destructor Documentation

Engine::LinkErrorWasDetected::LinkErrorWasDetected ( const Session sn,
const char *  reason 
)

Constructor.

Parameters:
snInstance of Session assigned with event
reasonMessage that describes event. Can be NULL;

Member Function Documentation

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.