]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
vs2010 reswig
authorJeff Lenk <jeff@jefflenk.com>
Wed, 1 Jun 2011 15:50:15 +0000 (10:50 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Wed, 1 Jun 2011 15:50:15 +0000 (10:50 -0500)
src/mod/languages/mod_managed/freeswitch_wrap.2010.cxx
src/mod/languages/mod_managed/managed/swig.2010.cs

index d5141e7c044b084617118e4b4f3fc2aefb098360..24a6591078700d765012d06c4cce27cb33e2d41a 100644 (file)
@@ -6449,6 +6449,20 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_media_bug_enumerate(void * jarg1,
 }\r
 \r
 \r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_media_bug_transfer_recordings(void * jarg1, void * jarg2) {\r
+  int jresult ;\r
+  switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;\r
+  switch_core_session_t *arg2 = (switch_core_session_t *) 0 ;\r
+  switch_status_t result;\r
+  \r
+  arg1 = (switch_core_session_t *)jarg1; \r
+  arg2 = (switch_core_session_t *)jarg2; \r
+  result = (switch_status_t)switch_core_media_bug_transfer_recordings(arg1,arg2);\r
+  jresult = result; \r
+  return jresult;\r
+}\r
+\r
+\r
 SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_media_bug_read(void * jarg1, void * jarg2, int jarg3) {\r
   int jresult ;\r
   switch_media_bug_t *arg1 = (switch_media_bug_t *) 0 ;\r
@@ -25393,6 +25407,22 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_event_del_header_val(void * jarg1, char
 }\r
 \r
 \r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_event_add_array(void * jarg1, char * jarg2, char * jarg3) {\r
+  int jresult ;\r
+  switch_event_t *arg1 = (switch_event_t *) 0 ;\r
+  char *arg2 = (char *) 0 ;\r
+  char *arg3 = (char *) 0 ;\r
+  int result;\r
+  \r
+  arg1 = (switch_event_t *)jarg1; \r
+  arg2 = (char *)jarg2; \r
+  arg3 = (char *)jarg3; \r
+  result = (int)switch_event_add_array(arg1,(char const *)arg2,(char const *)arg3);\r
+  jresult = result; \r
+  return jresult;\r
+}\r
+\r
+\r
 SWIGEXPORT void SWIGSTDCALL CSharp_switch_event_destroy(void * jarg1) {\r
   switch_event_t **arg1 = (switch_event_t **) 0 ;\r
   \r
index 09b9570021d3a954b9cf82e627768227b970f09f..4779f13044e96241ec49b8f5184bca70a183ee0b 100644 (file)
@@ -1073,6 +1073,11 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
+  public static switch_status_t switch_core_media_bug_transfer_recordings(SWIGTYPE_p_switch_core_session orig_session, SWIGTYPE_p_switch_core_session new_session) {\r
+    switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_media_bug_transfer_recordings(SWIGTYPE_p_switch_core_session.getCPtr(orig_session), SWIGTYPE_p_switch_core_session.getCPtr(new_session));\r
+    return ret;\r
+  }\r
+\r
   public static switch_status_t switch_core_media_bug_read(SWIGTYPE_p_switch_media_bug bug, switch_frame frame, switch_bool_t fill) {\r
     switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_media_bug_read(SWIGTYPE_p_switch_media_bug.getCPtr(bug), switch_frame.getCPtr(frame), (int)fill);\r
     return ret;\r
@@ -3956,6 +3961,11 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
+  public static int switch_event_add_array(switch_event arg0, string var, string val) {\r
+    int ret = freeswitchPINVOKE.switch_event_add_array(switch_event.getCPtr(arg0), var, val);\r
+    return ret;\r
+  }\r
+\r
   public static void switch_event_destroy(SWIGTYPE_p_p_switch_event arg0) {\r
     freeswitchPINVOKE.switch_event_destroy(SWIGTYPE_p_p_switch_event.getCPtr(arg0));\r
   }\r
@@ -7566,6 +7576,9 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_enumerate")]\r
   public static extern int switch_core_media_bug_enumerate(HandleRef jarg1, HandleRef jarg2);\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_transfer_recordings")]\r
+  public static extern int switch_core_media_bug_transfer_recordings(HandleRef jarg1, HandleRef jarg2);\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_read")]\r
   public static extern int switch_core_media_bug_read(HandleRef jarg1, HandleRef jarg2, int jarg3);\r
 \r
@@ -12138,6 +12151,9 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_event_del_header_val")]\r
   public static extern int switch_event_del_header_val(HandleRef jarg1, string jarg2, string jarg3);\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_switch_event_add_array")]\r
+  public static extern int switch_event_add_array(HandleRef jarg1, string jarg2, string jarg3);\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_event_destroy")]\r
   public static extern void switch_event_destroy(HandleRef jarg1);\r
 \r
@@ -25168,8 +25184,7 @@ public class switch_event : IDisposable {
 namespace FreeSWITCH.Native {\r
 \r
 public enum switch_event_flag_t {\r
-  EF_UNIQ_HEADERS = (1 << 0),\r
-  EF_CONTAINS_ARRAYS = (1 << 1)\r
+  EF_UNIQ_HEADERS = (1 << 0)\r
 }\r
 \r
 }\r