VISH
0.2
|
Callback action that is invoked when a new client connection to the server port. More...
#include </home/werner/origo/vish/ocean/remotevish/RemoteViewer.hpp>
Callback action that is invoked when a new client connection to the server port.
bool Wizt::RemoteViewer::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.