diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-06-05 12:18:00 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-06-05 12:18:00 +0000 |
| commit | 90293e90301f5ef5c224fd08b8cd229982e2f597 (patch) | |
| tree | 9a417d5bd045375e6898e46c9264280c50b24482 /lib/dvb/db.h | |
| parent | 8c421660301ef7b76f560aced85822da7493df65 (diff) | |
| download | enigma2-90293e90301f5ef5c224fd08b8cd229982e2f597.tar.gz enigma2-90293e90301f5ef5c224fd08b8cd229982e2f597.zip | |
use reloadBouquets instead of loadBouquets
Diffstat (limited to 'lib/dvb/db.h')
| -rw-r--r-- | lib/dvb/db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/db.h b/lib/dvb/db.h index f8dd5b38..0947b345 100644 --- a/lib/dvb/db.h +++ b/lib/dvb/db.h @@ -58,11 +58,11 @@ public: RESULT getBouquet(const eServiceReference &ref, eBouquet* &bouquet); ////// + void loadBouquet(const char *path); eServiceReference searchReference(int tsid, int onid, int sid); eDVBDB(); virtual ~eDVBDB(); #endif - void loadBouquet(const char *path); void loadServicelist(const char *filename); static eDVBDB *getInstance() { return instance; } void reloadServicelist(); |
