aboutsummaryrefslogtreecommitdiff
path: root/lib/python/swig.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-09-29 23:06:02 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-09-29 23:06:02 +0000
commitfc233e3a96e68514165781859afc94a2bb33e9e9 (patch)
tree83aa8cbf23e063dbb4d6d145f74c6534dfec6bca /lib/python/swig.h
parent75cfae3a16a0ce7f806871d11c53d9e50fbfacd1 (diff)
downloadenigma2-fc233e3a96e68514165781859afc94a2bb33e9e9.tar.gz
enigma2-fc233e3a96e68514165781859afc94a2bb33e9e9.zip
consistently use iServiceHandler instead of eServiceCenter to use properly wrapped interface
Diffstat (limited to 'lib/python/swig.h')
-rw-r--r--lib/python/swig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/swig.h b/lib/python/swig.h
index 23ce9aad..c9be9695 100644
--- a/lib/python/swig.h
+++ b/lib/python/swig.h
@@ -16,10 +16,12 @@ typedef x y; \
#ifdef SWIG
#define SWIG_INPUT INPUT
#define SWIG_OUTPUT OUTPUT
+#define SWIG_NAMED_OUTPUT(x) OUTPUT
#define SWIG_VOID(x) void
#else
#define SWIG_INPUT
#define SWIG_OUTPUT
+#define SWIG_NAMED_OUTPUT(x) x
#define SWIG_VOID(x) x
#endif