Project

General

Profile

Revision 24

Added by Jason knichel over 16 years ago

moved more code around

View differences:

ColonetServer.h
18 18
  int log_error(char * error_message);
19 19
  int log_message(char * message);
20 20

  
21
  int run_server(int listenSocket);
21
  int run_server();
22 22

  
23 23
  ConnectionPool * get_connection_pool_pointer();
24 24

  
25
  int get_listen_socket();
26

  
25 27
private:
26 28
  ConnectionPool connection_pool;
27 29
  Log logger;
30
  int listen_socket;
28 31

  
29 32
  int initialize_wireless();
30 33
  int initConnection(int port);

Also available in: Unified diff