make many constructors and destructors invisible for python
[enigma2.git] / lib / dvb / epgcache.h
index 9429bf30481f56d1cf5e602981586a3db62ef047..cca66d657bf3ef1728c67c24ae5e455a473f01be 100644 (file)
@@ -218,6 +218,9 @@ private:
 
        timeMap::iterator m_timemap_cursor, m_timemap_end;
        int currentQueryTsidOnid; // needed for getNextTimeEntry.. only valid until next startTimeQuery call
+#else
+       eEPGCache();
+       ~eEPGCache();
 #endif // SWIG
 public:
        static eEPGCache *getInstance() { return instance; }