From 4ecbf33fae730bc79c4a47e6efda615b104754ad Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:48 +0200 Subject: tagging ychat-0.7.8 --- src/wrap.h | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'src/wrap.h') diff --git a/src/wrap.h b/src/wrap.h index f5c47dd..51eb9dd 100755 --- a/src/wrap.h +++ b/src/wrap.h @@ -2,13 +2,6 @@ #define WRAP_H #include "incl.h" - - -struct socketcontainer -{ - int i_sock; -}; - #ifdef DATABASE #include "data/data.h" #endif @@ -22,26 +15,17 @@ struct socketcontainer //<<* #include "modl.h" //*>> - #ifdef NCURSES #include "ncur/ncur.h" -#else -#ifdef CLI -#include "cli/cli.h" -#endif #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,8 +73,6 @@ public: static void system_message( string s_message ); - static void init_wrapper(map* p_main_loop_params); - //<<* static chat* CHAT; #ifdef DATABASE @@ -126,5 +108,4 @@ public: static dynamic_wrap* WRAP; }; - #endif -- cgit v1.2.3