[Freeswitch-svn] [commit] r12486 - freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig

FreeSWITCH SVN brian at freeswitch.org
Fri Mar 6 09:48:15 PST 2009


Author: brian
Date: Fri Mar  6 11:48:14 2009
New Revision: 12486

Log:
add missing java files

Added:
   freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_CoreSession.java
   freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java

Added: freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_CoreSession.java
==============================================================================
--- (empty file)
+++ freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_CoreSession.java	Fri Mar  6 11:48:14 2009
@@ -0,0 +1,26 @@
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 1.3.35
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+package org.freeswitch.swig;
+
+public class SWIGTYPE_p_CoreSession {
+  private long swigCPtr;
+
+  protected SWIGTYPE_p_CoreSession(long cPtr, boolean futureUse) {
+    swigCPtr = cPtr;
+  }
+
+  protected SWIGTYPE_p_CoreSession() {
+    swigCPtr = 0;
+  }
+
+  protected static long getCPtr(SWIGTYPE_p_CoreSession obj) {
+    return (obj == null) ? 0 : obj.swigCPtr;
+  }
+}
+

Added: freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java
==============================================================================
--- (empty file)
+++ freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java	Fri Mar  6 11:48:14 2009
@@ -0,0 +1,26 @@
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 1.3.35
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+package org.freeswitch.swig;
+
+public class SWIGTYPE_p_SWITCH_DECLARE_CLASS {
+  private long swigCPtr;
+
+  protected SWIGTYPE_p_SWITCH_DECLARE_CLASS(long cPtr, boolean futureUse) {
+    swigCPtr = cPtr;
+  }
+
+  protected SWIGTYPE_p_SWITCH_DECLARE_CLASS() {
+    swigCPtr = 0;
+  }
+
+  protected static long getCPtr(SWIGTYPE_p_SWITCH_DECLARE_CLASS obj) {
+    return (obj == null) ? 0 : obj.swigCPtr;
+  }
+}
+



More information about the Freeswitch-svn mailing list