#include <B2BITS_Event.h>
Inheritance diagram for Engine::SessionWasClosed:
Collaboration diagram for Engine::SessionWasClosed:Public Member Functions | |
| virtual Type | getType () const |
| Returns the event type. | |
| SessionWasClosed (const Fast2FixSession *sn, const std::string &reason="") | |
| Constructor. | |
| SessionWasClosed (const std::string &sender, const std::string &target, Session::Role role, bool correctlyTerminated, const std::string &reason="") | |
Session was closed.
Definition at line 339 of file B2BITS_Event.h.
| Engine::SessionWasClosed::SessionWasClosed | ( | const Fast2FixSession * | sn, |
| const std::string & | reason = "" |
||
| ) |
Constructor.
| sn | Session. |
| reason | Reason of session closing. |
| Engine::SessionWasClosed::SessionWasClosed | ( | const std::string & | sender, |
| const std::string & | target, | ||
| Session::Role | role, | ||
| bool | correctlyTerminated, | ||
| const std::string & | reason = "" |
||
| ) |
| virtual Type Engine::SessionWasClosed::getType | ( | ) | const [inline, virtual] |
Returns the event type.
Can be used instead of C++ RTTI.
Reimplemented from Engine::SessionNotification.
Definition at line 346 of file B2BITS_Event.h.
References Engine::Event::SESSION_WAS_CLOSED.
1.7.2