New Incoming Connection. More...
#include <B2BITS_Event.h>
Inheritance diagram for Engine::NewIncomingConnection:
Collaboration diagram for Engine::NewIncomingConnection:Public Member Functions | |
| virtual Type | getType () const |
| Returns the event type. | |
| NewIncomingConnection (const std::string &address, int port) | |
| Constructor. | |
| virtual | ~NewIncomingConnection () |
| Destructor. | |
New Incoming Connection.
Definition at line 198 of file B2BITS_Event.h.
| Engine::NewIncomingConnection::NewIncomingConnection | ( | const std::string & | address, |
| int | port | ||
| ) |
Constructor.
| address | Remote host address. |
| port | Remote port. |
| virtual Engine::NewIncomingConnection::~NewIncomingConnection | ( | ) | [inline, virtual] |
Destructor.
Definition at line 208 of file B2BITS_Event.h.
| virtual Type Engine::NewIncomingConnection::getType | ( | ) | const [inline, virtual] |
Returns the event type.
Can be used instead of C++ RTTI.
Reimplemented from Engine::Notification.
Definition at line 210 of file B2BITS_Event.h.
References Engine::Event::NEW_INCOMING_CONNECTION.
1.7.2