diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-08-16 23:41:36 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-08-16 23:41:36 +0000 |
| commit | c606126c3efaec7e3fdf1283fc37dfb7140bee13 (patch) | |
| tree | 080e62c82b369684ba61696da3fd5af612d5ede5 /lib/dvb/epgcache.h | |
| parent | e573cf16494de5150298e52250c0474a94ca7fb1 (diff) | |
| download | enigma2-c606126c3efaec7e3fdf1283fc37dfb7140bee13.tar.gz enigma2-c606126c3efaec7e3fdf1283fc37dfb7140bee13.zip | |
small cleanup
Diffstat (limited to 'lib/dvb/epgcache.h')
| -rw-r--r-- | lib/dvb/epgcache.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h index 73dd407c..fe768aee 100644 --- a/lib/dvb/epgcache.h +++ b/lib/dvb/epgcache.h @@ -295,17 +295,18 @@ public: #ifndef SWIG eEPGCache(); ~eEPGCache(); -#endif - // called from main thread - inline void Lock(); - inline void Unlock(); #ifdef ENABLE_PRIVATE_EPG void PMTready(eDVBServicePMTHandler *pmthandler); #else void PMTready(eDVBServicePMTHandler *pmthandler) {} #endif +#endif + // called from main thread + inline void Lock(); + inline void Unlock(); + // at moment just for one service.. RESULT startTimeQuery(const eServiceReference &service, time_t begin=-1, int minutes=-1); |
