diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-15 14:02:43 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-15 14:02:43 +0000 |
| commit | 3e3832c8784e966dca29354c158ffb636f33c8cb (patch) | |
| tree | 9e062b11fe5e60709f4538bc95d94399d51f6089 /lib/dvb/idvb.h | |
| parent | d65ce06bfed2444d9870630f095db401d78a096e (diff) | |
| download | enigma2-3e3832c8784e966dca29354c158ffb636f33c8cb.tar.gz enigma2-3e3832c8784e966dca29354c158ffb636f33c8cb.zip | |
show more information in service scan (needs additional changes in skin)
Diffstat (limited to 'lib/dvb/idvb.h')
| -rw-r--r-- | lib/dvb/idvb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 14d6ebb0..c18d2421 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -409,6 +409,7 @@ public: virtual RESULT calculateDifference(const iDVBFrontendParameters *parm, int &SWIG_OUTPUT, bool exact) const = 0; virtual RESULT getHash(unsigned long &SWIG_OUTPUT) const = 0; }; +SWIG_TEMPLATE_TYPEDEF(ePtr<iDVBFrontendParameters>, iDVBFrontendParametersPtr); #define MAX_DISEQC_LENGTH 16 @@ -509,7 +510,7 @@ public: state_last_instance, /* just one reference to this channel is left */ state_release /* channel is being shut down. */ }; - virtual RESULT getState(int &SWIG_OUTPUT)=0; + virtual RESULT getState(int &)=0; virtual RESULT getCurrentFrontendParameters(ePtr<iDVBFrontendParameters> &)=0; enum |
