Public Member Functions

Engine::SessionWasRestored Class Reference

Session was restored from Persistent Message Storage. More...

#include <B2BITS_Event.h>

Inheritance diagram for Engine::SessionWasRestored:
Collaboration diagram for Engine::SessionWasRestored:

List of all members.

Public Member Functions

virtual Type getType () const
 Returns the event type.
 SessionWasRestored (const Session *sn)
 Constructor.

Detailed Description

Session was restored from Persistent Message Storage.

Definition at line 376 of file B2BITS_Event.h.


Constructor & Destructor Documentation

Engine::SessionWasRestored::SessionWasRestored ( const Session sn )

Constructor.

Parameters:
snInstance of Session assigned with event

Member Function Documentation

virtual Type Engine::SessionWasRestored::getType (  ) const [inline, virtual]

Returns the event type.

Can be used instead of C++ RTTI.

Reimplemented from Engine::SessionNotification.

Definition at line 381 of file B2BITS_Event.h.

References Engine::Event::SESSION_WAS_RESTORED.