#include <B2BITS_FastSessionEvent.h>


Public Member Functions | |
| FastLogoutEvent (Engine::FastMessage *pLogoutMsg, const std::string &reason) | |
| FastLogoutEvent (const FastLogoutEvent &orig) | |
| virtual const std::string * | what () const |
Public Attributes | |
| const Engine::FastMessage * | pLogoutMsg_ |
| Engine::FastLogoutEvent::FastLogoutEvent | ( | Engine::FastMessage * | pLogoutMsg, | |
| const std::string & | reason | |||
| ) |
Constructor.
| Engine::FastLogoutEvent::FastLogoutEvent | ( | const FastLogoutEvent & | orig | ) |
Copy Constructor, performs "deep copy".
| virtual const std::string* Engine::FastLogoutEvent::what | ( | ) | const [virtual] |
The received Logout message.
1.5.6