14 #ifndef CONNECTIONTCPSERVER_H__
15 #define CONNECTIONTCPSERVER_H__
18 #include "connectiontcpbase.h"
26 class ConnectionHandler;
48 const std::string& ip,
int port );
77 #endif // CONNECTIONTCPSERVER_H__
An abstract base class for a connection.
This is an implementation of a simple listening TCP connection.
This is a base class for a simple TCP connection.
This is an abstract base class to receive incoming connection attempts. Do not confuse this with Conn...
An implementation of log sink and source.