ServidorTFG
|
Public Member Functions | |
conexion (config_reader &conf) | |
conexion Object that launch the server and start the sessions More... | |
virtual void | start_server () |
start_server Start the server | |
Protected Member Functions | |
int | create_socket (int port) |
create_socket Create the server socket More... | |
Protected Attributes | |
data_acces * | data |
config_reader * | config |
conexion::conexion | ( | config_reader & | conf | ) |
conexion Object that launch the server and start the sessions
conf | Configuration file |
|
protected |
create_socket Create the server socket
port | Port to listen the server |