From: Andreas Monzner Date: Tue, 4 Apr 2006 10:40:06 +0000 (+0000) Subject: fix resourcemanager getinstance from python? X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=5cd11d2e469c17ebafb6b995076970f2a2ab82d0 fix resourcemanager getinstance from python? --- diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 3ad3cc1..5801dd6 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -200,7 +200,7 @@ public: public: #endif RESULT allocateRawChannel(eUsePtr &SWIG_OUTPUT, int frontend_index); - static RESULT getInstance(ePtr &SWIG_OUTPUT); + static SWIG_VOID(RESULT) getInstance(ePtr &OUTPUT); }; TEMPLATE_TYPEDEF(ePtr, eDVBResourceManagerPtr); #ifndef SWIG