diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-09 12:20:41 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-09 12:20:41 +0000 |
| commit | 4008892983b7a8348b24dccea5f6f98826adc2d6 (patch) | |
| tree | 4bd3bfc6658c2e6f11704467648cd34da7f32bb3 /lib/dvb/dvb.h | |
| parent | 86b8f5aa0210c001728962c5df30bc6e55ce220f (diff) | |
| download | enigma2-4008892983b7a8348b24dccea5f6f98826adc2d6.tar.gz enigma2-4008892983b7a8348b24dccea5f6f98826adc2d6.zip | |
more python fixes
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 3451e48b..3ad3cc1b 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -199,10 +199,10 @@ public: #ifdef SWIG public: #endif - RESULT allocateRawChannel(eUsePtr<iDVBChannel> &channel, int frontend_index); - static RESULT getInstance(ePtr<eDVBResourceManager> &ptr) { if (instance) { ptr = instance; return 0; } return -1; } + RESULT allocateRawChannel(eUsePtr<iDVBChannel> &SWIG_OUTPUT, int frontend_index); + static RESULT getInstance(ePtr<eDVBResourceManager> &SWIG_OUTPUT); }; - +TEMPLATE_TYPEDEF(ePtr<eDVBResourceManager>, eDVBResourceManagerPtr); #ifndef SWIG /* iDVBPVRChannel includes iDVBChannel. don't panic. */ |
