From c507ce3198ea4d822832cc8740f0128df8873c02 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.3 --- main.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 08f89f8..f354907 100755 --- a/main.cpp +++ b/main.cpp @@ -37,18 +37,9 @@ // include the mutex manager for global synchronization. #include "s_mutx.h" -// include the module loader manager for global synchronization. -#include "s_modl.h" - // include the socket manager. #include "s_sock.h" -// include the language manager -#include "s_lang.h" - -// include the session manager -#include "s_sman.h" - using namespace std; int main() @@ -80,12 +71,9 @@ cout << " ___ _ _ " << endl s_mutx::init(); // init the mutex manager. s_conf::init(); // init the config manager. s_html::init(); // init the html-template manager. - s_lang::init(); // init the language manager - s_sman::init(); // init the session manager. - s_modl::init(); // init the module-loader manager. s_sock::init(); // init the socket manager. s_chat::init(); // init the chat manager. - + // start the socket manager. this one will listen for incoming http requests and will // forward them to the specified routines which will generate a http response. s_sock::get().start(); -- cgit v1.2.3