VISH
0.2
|
Server functor: actions that are performed if a new client connects. More...
Server functor: actions that are performed if a new client connects.
bool TangVish::AcceptConnections::accept | ( | socket_t | ) | [inline, virtual] |
Callback function invoked by the VSocketAction instance when a new client has connected to a server that lurks around via the VSocketAction::listen() call.
The Connector is responsible itself for registering data receiver callbacks, if such is desired.
Implements Wizt::VSocketAction::Connector.
bool TangVish::AcceptConnections::accept | ( | socket_t | ) | [inline, virtual] |
Callback function invoked by the VSocketAction instance when a new client has connected to a server that lurks around via the VSocketAction::listen() call.
The Connector is responsible itself for registering data receiver callbacks, if such is desired.
Implements Wizt::VSocketAction::Connector.
bool TangVish::AcceptConnections::accept | ( | socket_t | ) | [inline, virtual] |
Callback function invoked by the VSocketAction instance when a new client has connected to a server that lurks around via the VSocketAction::listen() call.
The Connector is responsible itself for registering data receiver callbacks, if such is desired.
Implements Wizt::VSocketAction::Connector.