]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
swigall
authorBrian West <brian@freeswitch.org>
Mon, 16 Feb 2009 17:52:55 +0000 (17:52 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 16 Feb 2009 17:52:55 +0000 (17:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12057 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_managed/freeswitch_wrap.cxx
src/mod/languages/mod_managed/managed/swig.cs

index 4bd655307abae7a3f5cbd23b3d89972d43412c6f..4a85cf555b7c0ed13baa587250cf23c969b60636 100644 (file)
@@ -7522,18 +7522,6 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_switch_core_get_console() {
 }
 
 
-SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_launch_thread(void * jarg1, void * jarg2, void * jarg3) {
-  void *(*arg1)(switch_thread_t *,void *) = (void *(*)(switch_thread_t *,void *)) 0 ;
-  void *arg2 = (void *) 0 ;
-  switch_memory_pool_t *arg3 = (switch_memory_pool_t *) 0 ;
-  
-  arg1 = (void *(*)(switch_thread_t *,void *))jarg1; 
-  arg2 = (void *)jarg2; 
-  arg3 = (switch_memory_pool_t *)jarg3; 
-  switch_core_launch_thread(arg1,arg2,arg3);
-}
-
-
 SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_set_globals() {
   switch_core_set_globals();
 }
index a717d72e9f59560d2d6ccbcef05fad0a822d3dbe..2960673dcc70678fd5b09eaf72ea871118b692fb 100644 (file)
@@ -1812,10 +1812,6 @@ public class freeswitch {
     return ret;
   }
 
-  public static void switch_core_launch_thread(SWIGTYPE_p_f_p_switch_thread_t_p_void__p_void func, SWIGTYPE_p_void obj, SWIGTYPE_p_apr_pool_t pool) {
-    freeswitchPINVOKE.switch_core_launch_thread(SWIGTYPE_p_f_p_switch_thread_t_p_void__p_void.getCPtr(func), SWIGTYPE_p_void.getCPtr(obj), SWIGTYPE_p_apr_pool_t.getCPtr(pool));
-  }
-
   public static void switch_core_set_globals() {
     freeswitchPINVOKE.switch_core_set_globals();
   }
@@ -6153,9 +6149,6 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_core_get_console")]
   public static extern IntPtr switch_core_get_console();
 
-  [DllImport("mod_managed", EntryPoint="CSharp_switch_core_launch_thread")]
-  public static extern void switch_core_launch_thread(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3);
-
   [DllImport("mod_managed", EntryPoint="CSharp_switch_core_set_globals")]
   public static extern void switch_core_set_globals();