add ability to select default encoding for dvb texts in many ways.. ( take a look...
[vuplus_dvbapp] / lib / dvb / epgcache.h
index 3c2b612..fe461d9 100644 (file)
@@ -221,6 +221,7 @@ private:
        void DVBChannelRunning(iDVBChannel *);
 
        timeMap::iterator m_timemap_cursor, m_timemap_end;
+       int currentQueryTsidOnid; // needed for getNextTimeEntry.. only valid until next startTimeQuery call
 #endif // SWIG
 public:
        static eEPGCache *getInstance() { return instance; }