summaryrefslogtreecommitdiffstats
path: root/src/mad-core.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-10-10 15:04:28 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-10-10 15:04:28 +0200
commitfcab8098d6a9a385e0e5edfb26f4abf615da77ca (patch)
tree7ae3ff0d47bab59a409ccebb036e339894493b80 /src/mad-core.cpp
parent535a6e799ee98e745c85c655c5db3279fd25c1bc (diff)
downloadmad-fcab8098d6a9a385e0e5edfb26f4abf615da77ca.tar
mad-fcab8098d6a9a385e0e5edfb26f4abf615da77ca.zip
FdManager hinzugef?gt und Verbindungsklassen angepasst
Diffstat (limited to 'src/mad-core.cpp')
-rw-r--r--src/mad-core.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mad-core.cpp b/src/mad-core.cpp
index f621967..d2daf4c 100644
--- a/src/mad-core.cpp
+++ b/src/mad-core.cpp
@@ -41,10 +41,8 @@ int main() {
Core::ConfigManager::useConfigManager();
Core::ConnectionManager::init();
- while(true) {
- if(Core::ConnectionManager::getConnectionManager()->wait(10000))
- Core::ConnectionManager::getConnectionManager()->run();
- }
+ while(true)
+ Core::ConnectionManager::getConnectionManager()->run();
return 0;
}