From fc233e3a96e68514165781859afc94a2bb33e9e9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 29 Sep 2005 23:06:02 +0000 Subject: consistently use iServiceHandler instead of eServiceCenter to use properly wrapped interface --- lib/python/swig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/swig.h') 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 -- cgit v1.2.3