aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/dvb.h4
-rw-r--r--lib/dvb/idvb.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h
index 5801dd6c..bc51ccd8 100644
--- a/lib/dvb/dvb.h
+++ b/lib/dvb/dvb.h
@@ -199,8 +199,8 @@ public:
#ifdef SWIG
public:
#endif
- RESULT allocateRawChannel(eUsePtr<iDVBChannel> &SWIG_OUTPUT, int frontend_index);
- static SWIG_VOID(RESULT) getInstance(ePtr<eDVBResourceManager> &OUTPUT);
+ RESULT allocateRawChannel(eUsePtr<iDVBChannel> &, int frontend_index);
+ static RESULT getInstance(ePtr<eDVBResourceManager> &);
};
TEMPLATE_TYPEDEF(ePtr<eDVBResourceManager>, eDVBResourceManagerPtr);
#ifndef SWIG
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h
index 319a9c0b..5c94b009 100644
--- a/lib/dvb/idvb.h
+++ b/lib/dvb/idvb.h
@@ -447,7 +447,7 @@ public:
virtual RESULT getState(int &SWIG_OUTPUT)=0;
/* direct frontend access for raw channels and/or status inquiries. */
- virtual RESULT getFrontend(ePtr<iDVBFrontend> &SWIG_OUTPUT)=0;
+ virtual RESULT getFrontend(ePtr<iDVBFrontend> &)=0;
#ifndef SWIG
virtual RESULT getCurrentFrontendParameters(ePtr<iDVBFrontendParameters> &)=0;