提交 f28babf3 authored 作者: Brian West's avatar Brian West

swigall

上级 0b8fbb47
...@@ -16856,6 +16856,11 @@ SWIGEXPORT char * SWIGSTDCALL CSharp_switch_version_full_human() { ...@@ -16856,6 +16856,11 @@ SWIGEXPORT char * SWIGSTDCALL CSharp_switch_version_full_human() {
} }
SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_autobind_cpu() {
switch_core_autobind_cpu();
}
SWIGEXPORT void SWIGSTDCALL CSharp_switch_loadable_module_interface_module_name_set(void * jarg1, char * jarg2) { SWIGEXPORT void SWIGSTDCALL CSharp_switch_loadable_module_interface_module_name_set(void * jarg1, char * jarg2) {
switch_loadable_module_interface *arg1 = (switch_loadable_module_interface *) 0 ; switch_loadable_module_interface *arg1 = (switch_loadable_module_interface *) 0 ;
char *arg2 = (char *) 0 ; char *arg2 = (char *) 0 ;
...@@ -3359,6 +3359,10 @@ public class freeswitch { ...@@ -3359,6 +3359,10 @@ public class freeswitch {
return ret; return ret;
} }
public static void switch_core_autobind_cpu() {
freeswitchPINVOKE.switch_core_autobind_cpu();
}
public static switch_status_t switch_loadable_module_init(switch_bool_t autoload) { public static switch_status_t switch_loadable_module_init(switch_bool_t autoload) {
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_loadable_module_init((int)autoload); switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_loadable_module_init((int)autoload);
return ret; return ret;
...@@ -11854,6 +11858,9 @@ class freeswitchPINVOKE { ...@@ -11854,6 +11858,9 @@ class freeswitchPINVOKE {
[DllImport("mod_managed", EntryPoint="CSharp_switch_version_full_human")] [DllImport("mod_managed", EntryPoint="CSharp_switch_version_full_human")]
public static extern string switch_version_full_human(); public static extern string switch_version_full_human();
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_autobind_cpu")]
public static extern void switch_core_autobind_cpu();
[DllImport("mod_managed", EntryPoint="CSharp_switch_loadable_module_interface_module_name_set")] [DllImport("mod_managed", EntryPoint="CSharp_switch_loadable_module_interface_module_name_set")]
public static extern void switch_loadable_module_interface_module_name_set(HandleRef jarg1, string jarg2); public static extern void switch_loadable_module_interface_module_name_set(HandleRef jarg1, string jarg2);
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论