VISH
0.2
|
Functor object for callbacks when new clients connect to a server. More...
#include </home/werner/origo/vish/ocean/streams/VSocketAction.hpp>
Functor object for callbacks when new clients connect to a server.
virtual bool Wizt::VSocketAction::Connector::accept | ( | socket_t | ) | [pure 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.
Implemented in TangVish::AcceptConnections, WebVish::AcceptConnections, TangVish::AcceptConnections, Wizt::RemoteVish::AcceptConnections, TangVish::AcceptConnections, and Wizt::RemoteViewer::AcceptConnections.