diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-02-07 09:14:02 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-02-07 09:14:02 +0000 |
| commit | d9ee52e4f0fbe9a1ae00d0e66f9e6f0a07fa319f (patch) | |
| tree | f1084b85919b5590615e281331cfe535c3a160c8 /lib/service/servicefs.h | |
| parent | 4bc08995411e21f3564f09e136809be68ddf96a8 (diff) | |
| download | enigma2-d9ee52e4f0fbe9a1ae00d0e66f9e6f0a07fa319f.tar.gz enigma2-d9ee52e4f0fbe9a1ae00d0e66f9e6f0a07fa319f.zip | |
- added iStaticServiceInformation
- added service list interface for dvb
- started work on queries (currently only "instr" on servicename)
- started work on infobar
- added listbox with service
- fixed dvbdb
- remove some debug output
Diffstat (limited to 'lib/service/servicefs.h')
| -rw-r--r-- | lib/service/servicefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/service/servicefs.h b/lib/service/servicefs.h index d8e77609..337ff620 100644 --- a/lib/service/servicefs.h +++ b/lib/service/servicefs.h @@ -15,9 +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); + RESULT info(const eServiceReference &, ePtr<iStaticServiceInformation> &ptr); private: - ePtr<iServiceInformation> m_service_information; + ePtr<iStaticServiceInformation> m_service_information; }; class eServiceFS: public iListableService |
