Project

General

Profile

Revision 25

Added by Jason knichel over 16 years ago

moved more code around

View differences:

ColonetServer.h
14 14
  ColonetServer();
15 15
  ~ColonetServer();
16 16
  int initialize_server(int argc, char * argv[]);
17
  
17

  
18
  int start_listening();
19

  
18 20
  int log_error(char * error_message);
19 21
  int log_message(char * message);
20 22

  
......
22 24

  
23 25
  ConnectionPool * get_connection_pool_pointer();
24 26

  
25
  int get_listen_socket();
26

  
27 27
private:
28 28
  ConnectionPool connection_pool;
29 29
  Log logger;

Also available in: Unified diff