From c40a9a333e5a6be3278d0033da1c4e80f2354173 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 6 Mar 2009 17:48:14 +0000 Subject: [PATCH] add missing java files git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12486 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- .../swig/SWIGTYPE_p_CoreSession.java | 26 +++++++++++++++++++ .../swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_CoreSession.java create mode 100644 src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java diff --git a/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_CoreSession.java b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_CoreSession.java new file mode 100644 index 0000000000..69d66b8075 --- /dev/null +++ b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_CoreSession.java @@ -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; + } +} + diff --git a/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java new file mode 100644 index 0000000000..3f6446ee8d --- /dev/null +++ b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_SWITCH_DECLARE_CLASS.java @@ -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; + } +} +