From: Rupa Schomaker Date: Wed, 12 May 2010 08:32:18 +0000 (-0500) Subject: patch cleanup - forgot a .rej file X-Git-Tag: git2svn-syncpoint-master~76^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5530de66ef6880621086c6276731504459eb6709;p=thirdparty%2Ffreeswitch.git patch cleanup - forgot a .rej file --- diff --git a/src/mod/languages/mod_python/mod_python_wrap.cpp.rej b/src/mod/languages/mod_python/mod_python_wrap.cpp.rej deleted file mode 100644 index 80c9bbaace..0000000000 --- a/src/mod/languages/mod_python/mod_python_wrap.cpp.rej +++ /dev/null @@ -1,38 +0,0 @@ -*************** -*** 5555,5561 **** - SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "EventConsumer_pop" "', argument " "2"" of type '" "int""'"); - } - arg2 = static_cast< int >(val2); - result = (Event *)(arg1)->pop(arg2); - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: ---- 5555,5563 ---- - SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "EventConsumer_pop" "', argument " "2"" of type '" "int""'"); - } - arg2 = static_cast< int >(val2); -+ Py_BEGIN_ALLOW_THREADS; - result = (Event *)(arg1)->pop(arg2); -+ Py_END_ALLOW_THREADS; - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: -*************** -*** 5577,5583 **** - SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "EventConsumer_pop" "', argument " "1"" of type '" "EventConsumer *""'"); - } - arg1 = reinterpret_cast< EventConsumer * >(argp1); - result = (Event *)(arg1)->pop(); - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: ---- 5579,5587 ---- - SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "EventConsumer_pop" "', argument " "1"" of type '" "EventConsumer *""'"); - } - arg1 = reinterpret_cast< EventConsumer * >(argp1); -+ Py_BEGIN_ALLOW_THREADS; - result = (Event *)(arg1)->pop(); -+ Py_END_ALLOW_THREADS; - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: