aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-18 12:38:27 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-18 12:38:27 +0000
commitbb77d424f7eff49ba5be67cdb9c365fa2e305b8f (patch)
tree4987b3f6485e96e2221185eb3126670b46dc8a46 /lib/service/servicedvb.h
parent746dab83a3ababa568a9185967e189032a638b97 (diff)
downloadenigma2-bb77d424f7eff49ba5be67cdb9c365fa2e305b8f.tar.gz
enigma2-bb77d424f7eff49ba5be67cdb9c365fa2e305b8f.zip
speedups
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 0be174e2..b2306e10 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -10,9 +10,14 @@
#include <lib/dvb/radiotext.h>
#include <lib/base/filepush.h>
+class eStaticServiceDVBInformation;
+class eStaticServiceDVBBouquetInformation;
+
class eServiceFactoryDVB: public iServiceHandler
{
-DECLARE_REF(eServiceFactoryDVB);
+ DECLARE_REF(eServiceFactoryDVB);
+ ePtr<eStaticServiceDVBInformation> m_StaticServiceDVBInfo;
+ ePtr<eStaticServiceDVBBouquetInformation> m_StaticServiceDVBBouquetInfo;
public:
eServiceFactoryDVB();
virtual ~eServiceFactoryDVB();