#include <MainServer.h>
Collaboration diagram for MainServer:

Definition at line 20 of file MainServer.h.
Public Member Functions | |
| MainServer (const char *_ip, int _port, CharacterListMgnt &_clm, pthread_mutex_t &_mutex_clm, pthread_mutex_t &_mutex_outputserver, OutputServer &_outputserver, const char *_cryptosys, const char *_hash, const char *_hashlength) | |
| virtual | ~MainServer () |
| void | startServer () |
| void | stopServer () |
Private Member Functions | |
| void | receiveAndSend () |
Private Attributes | |
| bool | serverState |
| NetInterface * | listener |
| const char * | ip |
| const char * | cryptosys |
| const int | port |
| pthread_mutex_t * | mutex_clm |
| pthread_mutex_t * | mutex_outputserver |
| OutputServer * | outputserver |
| CharacterListMgnt * | clm |
| bool | u_int_96_string_zero_count |
| const char * | hash |
| const char * | hashlength |
1.5.1