[Freeswitch-svn] [commit] r10209 - in freeswitch/trunk/src/mod/languages/mod_managed: . managed
Freeswitch SVN
anthm at freeswitch.org
Fri Oct 31 13:14:49 EDT 2008
Author: anthm
Date: Fri Oct 31 13:14:48 2008
New Revision: 10209
Modified:
freeswitch/trunk/src/mod/languages/mod_managed/freeswitch_wrap.cxx
freeswitch/trunk/src/mod/languages/mod_managed/managed/swig.cs
Log:
swigall
Modified: freeswitch/trunk/src/mod/languages/mod_managed/freeswitch_wrap.cxx
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_managed/freeswitch_wrap.cxx (original)
+++ freeswitch/trunk/src/mod/languages/mod_managed/freeswitch_wrap.cxx Fri Oct 31 13:14:48 2008
@@ -4664,30 +4664,6 @@
}
-SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_session_signal_lock(void * jarg1) {
- int jresult ;
- switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;
- switch_status_t result;
-
- arg1 = (switch_core_session_t *)jarg1;
- result = (switch_status_t)switch_core_session_signal_lock(arg1);
- jresult = result;
- return jresult;
-}
-
-
-SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_session_signal_unlock(void * jarg1) {
- int jresult ;
- switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;
- switch_status_t result;
-
- arg1 = (switch_core_session_t *)jarg1;
- result = (switch_status_t)switch_core_session_signal_unlock(arg1);
- jresult = result;
- return jresult;
-}
-
-
SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_session_read_lock(void * jarg1) {
int jresult ;
switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;
Modified: freeswitch/trunk/src/mod/languages/mod_managed/managed/swig.cs
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_managed/managed/swig.cs (original)
+++ freeswitch/trunk/src/mod/languages/mod_managed/managed/swig.cs Fri Oct 31 13:14:48 2008
@@ -970,16 +970,6 @@
return ret;
}
- public static switch_status_t switch_core_session_signal_lock(SWIGTYPE_p_switch_core_session session) {
- switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_signal_lock(SWIGTYPE_p_switch_core_session.getCPtr(session));
- return ret;
- }
-
- public static switch_status_t switch_core_session_signal_unlock(SWIGTYPE_p_switch_core_session session) {
- switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_signal_unlock(SWIGTYPE_p_switch_core_session.getCPtr(session));
- return ret;
- }
-
public static switch_status_t switch_core_session_read_lock(SWIGTYPE_p_switch_core_session session) {
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_read_lock(SWIGTYPE_p_switch_core_session.getCPtr(session));
return ret;
@@ -5271,12 +5261,6 @@
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_destroy")]
public static extern int switch_core_destroy();
- [DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_signal_lock")]
- public static extern int switch_core_session_signal_lock(HandleRef jarg1);
-
- [DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_signal_unlock")]
- public static extern int switch_core_session_signal_unlock(HandleRef jarg1);
-
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_read_lock")]
public static extern int switch_core_session_read_lock(HandleRef jarg1);
@@ -22730,7 +22714,8 @@
SWITCH_STATUS_NOTFOUND,
SWITCH_STATUS_UNLOAD,
SWITCH_STATUS_NOUNLOAD,
- SWITCH_STATUS_IGNORE
+ SWITCH_STATUS_IGNORE,
+ SWITCH_STATUS_NOT_INITALIZED
}
}
More information about the Freeswitch-svn
mailing list