]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
patch cleanup - forgot a .rej file
authorRupa Schomaker <rupa@rupa.com>
Wed, 12 May 2010 08:32:18 +0000 (03:32 -0500)
committerRupa Schomaker <rupa@rupa.com>
Wed, 12 May 2010 08:32:18 +0000 (03:32 -0500)
src/mod/languages/mod_python/mod_python_wrap.cpp.rej [deleted 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 (file)
index 80c9bba..0000000
+++ /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: