summaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
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