remove unneeded test object,
[enigma2.git] / lib / base / ebase.h
index a399667e5417f71c866675baeb5c59bdd65dfc34..75b582056622d55d9182dc106ab5f7fe4d3577d0 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __ebase_h
 #define __ebase_h
 
+#ifndef SWIG
 #include <vector>
 #include <map>
 #include <sys/poll.h>
@@ -9,8 +10,10 @@
 #include <time.h>
 
 #include <lib/base/eptrlist.h>
-#include <lib/python/connections.h>
 #include <libsig_comp.h>
+#endif
+
+#include <lib/python/connections.h>
 
 class eApplication;
 
@@ -175,7 +178,7 @@ class eMainloop
 {
        friend class eTimer;
        friend class eSocketNotifier;
-       std::map<int, eSocketNotifier*> notifiers;
+       std::map<int, eSocketNotifier*> notifiers, new_notifiers;
        ePtrList<eTimer> m_timer_list;
        bool app_quit_now;
        int loop_level;