add cvsignore
[vuplus_dvbapp] / lib / base / ebase.h
index 27e4ec8..4378711 100644 (file)
@@ -217,11 +217,8 @@ public:
                existing_loops.push_back(this);
                pthread_mutex_init(&recalcLock, 0);
        }
-       ~eMainloop()
-       {
-               existing_loops.remove(this);
-               pthread_mutex_destroy(&recalcLock);
-       }
+       virtual ~eMainloop();
+
        int looplevel() { return loop_level; }
 
 #ifndef SWIG