forked from Mirrors/freeswitch
swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12057 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
12de5b8621
commit
de4831c392
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user