From: Andreas Monzner Date: Tue, 19 Dec 2006 19:40:16 +0000 (+0000) Subject: fix allocateRawChannel X-Git-Tag: 2.6.0~2565 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6a8e7995dc86f6f9c6823c735377bf5845abeed2 fix allocateRawChannel --- diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 95d10916..fde9f741 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -204,7 +204,7 @@ public: /* allocate channel... */ RESULT allocateChannel(const eDVBChannelID &channelid, eUsePtr &channel); RESULT allocatePVRChannel(eUsePtr &channel); - static SWIG_VOID(RESULT) getInstance(ePtr &SWIG_OUTPUT); + static RESULT getInstance(ePtr &); #ifdef SWIG public: #endif diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 6c2ece37..2a3b89fd 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -75,8 +75,8 @@ is usually caused by not marking PSignals as immutable. #include #include #include -#include #include +#include #include #include #include @@ -190,8 +190,8 @@ typedef long time_t; %include %include %include -%include %include +%include %include %include %include