diff options
Diffstat (limited to 'src/wrap.h')
| -rwxr-xr-x | src/wrap.h | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -2,13 +2,6 @@ #define WRAP_H #include "incl.h" - - -struct socketcontainer -{ - int i_sock; -}; - #ifdef DATABASE #include "data/data.h" #endif @@ -32,16 +25,14 @@ struct socketcontainer #endif #include "chat/sman.h" - #include "sock/sock.h" -#include "monitor/stats.h" +#include "stats.h" #include "time/timr.h" #include "thrd/pool.h" using namespace std; - class dynamic_wrap { public: @@ -89,7 +80,7 @@ public: static void system_message( string s_message ); - static void init_wrapper(map<string,string>* p_main_loop_params); + static void init_wrapper(map<string,string>* p_start_params); //<<* static chat* CHAT; @@ -126,5 +117,4 @@ public: static dynamic_wrap* WRAP; }; - #endif |
