/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
return ret;\r
}\r
\r
+ public static switch_bool_t switch_testv6_subnet(ip_t _ip, ip_t _net, ip_t _mask) {\r
+ switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_testv6_subnet(ip_t.getCPtr(_ip), ip_t.getCPtr(_net), ip_t.getCPtr(_mask));\r
+ if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
public static int _zstr(string s) {\r
int ret = freeswitchPINVOKE._zstr(s);\r
return ret;\r
return ret;\r
}\r
\r
- public static int switch_parse_cidr(string arg0, SWIGTYPE_p_unsigned_long ip, SWIGTYPE_p_unsigned_long mask, SWIGTYPE_p_unsigned_long bitp) {\r
- int ret = freeswitchPINVOKE.switch_parse_cidr(arg0, SWIGTYPE_p_unsigned_long.getCPtr(ip), SWIGTYPE_p_unsigned_long.getCPtr(mask), SWIGTYPE_p_unsigned_long.getCPtr(bitp));\r
+ public static int switch_parse_cidr(string arg0, ip_t ip, ip_t mask, SWIGTYPE_p_unsigned_long bitp) {\r
+ int ret = freeswitchPINVOKE.switch_parse_cidr(arg0, ip_t.getCPtr(ip), ip_t.getCPtr(mask), SWIGTYPE_p_unsigned_long.getCPtr(bitp));\r
return ret;\r
}\r
\r
return ret;\r
}\r
\r
+ public static switch_bool_t switch_network_list_validate_ip6_token(SWIGTYPE_p_switch_network_list list, ip_t ip, ref string token) {\r
+ switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_network_list_validate_ip6_token(SWIGTYPE_p_switch_network_list.getCPtr(list), ip_t.getCPtr(ip), ref token);\r
+ if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
public static string switch_dow_int2str(int val) {\r
string ret = freeswitchPINVOKE.switch_dow_int2str(val);\r
return ret;\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_isxdigit")]\r
public static extern int switch_isxdigit(int jarg1);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v4_set")]\r
+ public static extern void ip_t_v4_set(HandleRef jarg1, uint jarg2);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v4_get")]\r
+ public static extern uint ip_t_v4_get(HandleRef jarg1);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v6_set")]\r
+ public static extern void ip_t_v6_set(HandleRef jarg1, HandleRef jarg2);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v6_get")]\r
+ public static extern IntPtr ip_t_v6_get(HandleRef jarg1);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_new_ip_t")]\r
+ public static extern IntPtr new_ip_t();\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_delete_ip_t")]\r
+ public static extern void delete_ip_t(HandleRef jarg1);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_testv6_subnet")]\r
+ public static extern int switch_testv6_subnet(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_SWITCH_SMAX_get")]\r
public static extern int SWITCH_SMAX_get();\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_network_list_validate_ip_token")]\r
public static extern int switch_network_list_validate_ip_token(HandleRef jarg1, uint jarg2, ref string jarg3);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_network_list_validate_ip6_token")]\r
+ public static extern int switch_network_list_validate_ip6_token(HandleRef jarg1, HandleRef jarg2, ref string jarg3);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_dow_int2str")]\r
public static extern string switch_dow_int2str(int jarg1);\r
\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
+ *\r
+ * Do not make changes to this file unless you know what you are doing--modify\r
+ * the SWIG interface file instead.\r
+ * ----------------------------------------------------------------------------- */\r
+\r
+namespace FreeSWITCH.Native {\r
+\r
+using System;\r
+using System.Runtime.InteropServices;\r
+\r
+public class ip_t : IDisposable {\r
+ private HandleRef swigCPtr;\r
+ protected bool swigCMemOwn;\r
+\r
+ internal ip_t(IntPtr cPtr, bool cMemoryOwn) {\r
+ swigCMemOwn = cMemoryOwn;\r
+ swigCPtr = new HandleRef(this, cPtr);\r
+ }\r
+\r
+ internal static HandleRef getCPtr(ip_t obj) {\r
+ return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;\r
+ }\r
+\r
+ ~ip_t() {\r
+ Dispose();\r
+ }\r
+\r
+ public virtual void Dispose() {\r
+ lock(this) {\r
+ if (swigCPtr.Handle != IntPtr.Zero) {\r
+ if (swigCMemOwn) {\r
+ swigCMemOwn = false;\r
+ freeswitchPINVOKE.delete_ip_t(swigCPtr);\r
+ }\r
+ swigCPtr = new HandleRef(null, IntPtr.Zero);\r
+ }\r
+ GC.SuppressFinalize(this);\r
+ }\r
+ }\r
+\r
+ public uint v4 {\r
+ set {\r
+ freeswitchPINVOKE.ip_t_v4_set(swigCPtr, value);\r
+ } \r
+ get {\r
+ uint ret = freeswitchPINVOKE.ip_t_v4_get(swigCPtr);\r
+ return ret;\r
+ } \r
+ }\r
+\r
+ public SWIGTYPE_p_in6_addr v6 {\r
+ set {\r
+ freeswitchPINVOKE.ip_t_v6_set(swigCPtr, SWIGTYPE_p_in6_addr.getCPtr(value));\r
+ if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+ } \r
+ get {\r
+ SWIGTYPE_p_in6_addr ret = new SWIGTYPE_p_in6_addr(freeswitchPINVOKE.ip_t_v6_get(swigCPtr), true);\r
+ if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ } \r
+ }\r
+\r
+ public ip_t() : this(freeswitchPINVOKE.new_ip_t(), true) {\r
+ }\r
+\r
+}\r
+\r
+}\r
+/* ----------------------------------------------------------------------------\r
+ * This file was automatically generated by SWIG (http://www.swig.org).\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
+ *\r
+ * Do not make changes to this file unless you know what you are doing--modify\r
+ * the SWIG interface file instead.\r
+ * ----------------------------------------------------------------------------- */\r
+\r
+namespace FreeSWITCH.Native {\r
+\r
+using System;\r
+using System.Runtime.InteropServices;\r
+\r
+public class SWIGTYPE_p_in6_addr {\r
+ private HandleRef swigCPtr;\r
+\r
+ internal SWIGTYPE_p_in6_addr(IntPtr cPtr, bool futureUse) {\r
+ swigCPtr = new HandleRef(this, cPtr);\r
+ }\r
+\r
+ protected SWIGTYPE_p_in6_addr() {\r
+ swigCPtr = new HandleRef(null, IntPtr.Zero);\r
+ }\r
+\r
+ internal static HandleRef getCPtr(SWIGTYPE_p_in6_addr obj) {\r
+ return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;\r
+ }\r
+}\r
+\r
+}\r
+/* ----------------------------------------------------------------------------\r
+ * This file was automatically generated by SWIG (http://www.swig.org).\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
RTP_BUG_NONE = 0,\r
RTP_BUG_CISCO_SKIP_MARK_BIT_2833 = (1 << 0),\r
RTP_BUG_SONUS_SEND_INVALID_TIMESTAMP_2833 = (1 << 1),\r
- RTP_BUG_IGNORE_MARK_BIT = (1 << 2)\r
+ RTP_BUG_IGNORE_MARK_BIT = (1 << 2),\r
+ RTP_BUG_SEND_LINEAR_TIMESTAMPS = (1 << 3),\r
+ RTP_BUG_START_SEQ_AT_ZERO = (1 << 4),\r
+ RTP_BUG_NEVER_SEND_MARKER = (1 << 5)\r
}\r
\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r
}\r
/* ----------------------------------------------------------------------------\r
* This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
*\r
* Do not make changes to this file unless you know what you are doing--modify\r
* the SWIG interface file instead.\r