diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-31 00:23:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-31 00:23:01 +0000 |
| commit | 85f2616ef78700cf2639992abaf1011ecaa897bd (patch) | |
| tree | 86b10403cdb942ec5a4a168a7012fe3ac859a703 /lib/dvb/epgcache.h | |
| parent | 39862e4439df37f150796d3d99352b8859de0736 (diff) | |
| download | enigma2-85f2616ef78700cf2639992abaf1011ecaa897bd.tar.gz enigma2-85f2616ef78700cf2639992abaf1011ecaa897bd.zip | |
make many constructors and destructors invisible for python
Diffstat (limited to 'lib/dvb/epgcache.h')
| -rw-r--r-- | lib/dvb/epgcache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h index 9429bf30..cca66d65 100644 --- a/lib/dvb/epgcache.h +++ b/lib/dvb/epgcache.h @@ -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; } |
