summaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:42 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:42 +0200
commit658bfd183905576ed5f4dbe57a2ee82711b6ac93 (patch)
tree08cf25d1a1fb09b643a65c5b237c52bce791f307 /src/wrap.h
parent42b79aa5c591dde88e78922a519802f948d9ea60 (diff)
tagging ychat-0.7.9.0ychat-0.7.9.0
Diffstat (limited to 'src/wrap.h')
-rwxr-xr-xsrc/wrap.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/wrap.h b/src/wrap.h
index f5c47dd..8ce2ba4 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
@@ -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