diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
| commit | 658bfd183905576ed5f4dbe57a2ee82711b6ac93 (patch) | |
| tree | 08cf25d1a1fb09b643a65c5b237c52bce791f307 /src/wrap.h | |
| parent | 42b79aa5c591dde88e78922a519802f948d9ea60 (diff) | |
tagging ychat-0.7.9.0ychat-0.7.9.0
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 |
