diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-01-31 22:51:14 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-01-31 22:51:14 +0000 |
| commit | 4bc08995411e21f3564f09e136809be68ddf96a8 (patch) | |
| tree | 59e2f1babc2b85b61782fe76aadd031faa704f73 /lib/service/servicefs.h | |
| parent | 6b7b7977a92c9a092763bf699cba85347f9f2ec6 (diff) | |
| download | enigma2-4bc08995411e21f3564f09e136809be68ddf96a8.tar.gz enigma2-4bc08995411e21f3564f09e136809be68ddf96a8.zip | |
- fixed dvb scan
- fixed dvbdb (reading/writing lamedb)
- fixed (i.e. disallow) operator= in iObject (destroyed refcounts before)
- implemented listboxcontent for servicelists
- implemented getServiceInformation for non-playing services (still not happy with the result, though)
- implemented first try of serviceSelector component
Diffstat (limited to 'lib/service/servicefs.h')
| -rw-r--r-- | lib/service/servicefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/service/servicefs.h b/lib/service/servicefs.h index 7e66ba21..d8e77609 100644 --- a/lib/service/servicefs.h +++ b/lib/service/servicefs.h @@ -15,6 +15,9 @@ public: RESULT play(const eServiceReference &, ePtr<iPlayableService> &ptr); RESULT record(const eServiceReference &, ePtr<iRecordableService> &ptr); RESULT list(const eServiceReference &, ePtr<iListableService> &ptr); + RESULT info(const eServiceReference &, ePtr<iServiceInformation> &ptr); +private: + ePtr<iServiceInformation> m_service_information; }; class eServiceFS: public iListableService |
