|
TOBI Interface A
0.1
|
| virtual void tia::TCPServer::handleAccept | ( | const TCPConnection::pointer & | new_connection, |
| const boost::system::error_code & | error | ||
| ) | [protected, pure virtual] |
Handles a new client connection (abstract method).
| [in] | new_connection | A reference to a new TCPConnection object used from this TCPServer object. |
Implemented in tia::ControlConnectionServer, and tia::TCPDataConnection.
Here is the caller graph for this function: