X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/44f52e5a73ba45c4a2ba31a91db4239de91ec60a..37b38cb05fc6bc4993f852a78bdba93c7627cf5b:/lib/dvb/db.h diff --git a/lib/dvb/db.h b/lib/dvb/db.h index 27ac368c..55e008fb 100644 --- a/lib/dvb/db.h +++ b/lib/dvb/db.h @@ -10,8 +10,8 @@ class ServiceDescriptionSection; class eDVBDB: public iDVBChannelList { + DECLARE_REF(eDVBDB); static eDVBDB *instance; -DECLARE_REF(eDVBDB); friend class eDVBDBQuery; friend class eDVBDBBouquetQuery; friend class eDVBDBSatellitesQuery; @@ -44,6 +44,7 @@ public: #ifndef SWIG RESULT removeFlags(unsigned int flagmask, eDVBChannelID chid, unsigned int orb_pos); RESULT removeServices(eDVBChannelID chid, unsigned int orb_pos); + RESULT removeServices(iDVBFrontendParameters *feparm); RESULT addChannelToList(const eDVBChannelID &id, iDVBFrontendParameters *feparm); RESULT removeChannel(const eDVBChannelID &id); @@ -67,6 +68,7 @@ public: static eDVBDB *getInstance() { return instance; } void reloadServicelist(); void saveServicelist(); + void saveServicelist(const char *file); void reloadBouquets(); }; @@ -74,7 +76,7 @@ public: // we have to add a possibility to invalidate here. class eDVBDBQueryBase: public iDVBChannelListQuery { -DECLARE_REF(eDVBDBQueryBase); + DECLARE_REF(eDVBDBQueryBase); protected: ePtr m_db; ePtr m_query;