#include <B2BITS_Event.h>


Public Member Functions | |
| NewIncomingConnection (const std::string &address, int port) | |
| virtual | ~NewIncomingConnection () |
| Destructor. | |
| virtual Type | getType () const |
| Engine::NewIncomingConnection::NewIncomingConnection | ( | const std::string & | address, | |
| int | port | |||
| ) |
Constructor.
| address | Remote host address. | |
| port | Remote port. |
| virtual Type Engine::NewIncomingConnection::getType | ( | ) | const [inline, virtual] |
Returns the event type. Can be used instead of C++ RTTI.
Reimplemented from Engine::Notification.
References Engine::Event::NEW_INCOMING_CONNECTION.
1.5.6