From cbf8595a796c878e33a8cb44367bf758f6f58972 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 7 Jul 2008 19:33:23 +0000 Subject: [PATCH] add missing mod_java files git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8911 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- .../swig/SWIGTYPE_p_switch_event_node_t.java | 26 +++++++++++++++++++ .../swig/SWIGTYPE_p_switch_event_types_t.java | 26 +++++++++++++++++++ .../swig/SWIGTYPE_p_switch_queue_t.java | 26 +++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_node_t.java create mode 100644 src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_types_t.java create mode 100644 src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_queue_t.java diff --git a/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_node_t.java b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_node_t.java new file mode 100644 index 0000000000..0d1c5a81d7 --- /dev/null +++ b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_node_t.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_event_node_t { + private long swigCPtr; + + protected SWIGTYPE_p_switch_event_node_t(long cPtr, boolean futureUse) { + swigCPtr = cPtr; + } + + protected SWIGTYPE_p_switch_event_node_t() { + swigCPtr = 0; + } + + protected static long getCPtr(SWIGTYPE_p_switch_event_node_t obj) { + return (obj == null) ? 0 : obj.swigCPtr; + } +} + diff --git a/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_types_t.java b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_types_t.java new file mode 100644 index 0000000000..0c62ea3d40 --- /dev/null +++ b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_types_t.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_event_types_t { + private long swigCPtr; + + protected SWIGTYPE_p_switch_event_types_t(long cPtr, boolean futureUse) { + swigCPtr = cPtr; + } + + protected SWIGTYPE_p_switch_event_types_t() { + swigCPtr = 0; + } + + protected static long getCPtr(SWIGTYPE_p_switch_event_types_t obj) { + return (obj == null) ? 0 : obj.swigCPtr; + } +} + diff --git a/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_queue_t.java b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_queue_t.java new file mode 100644 index 0000000000..c979de53a4 --- /dev/null +++ b/src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_queue_t.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_queue_t { + private long swigCPtr; + + protected SWIGTYPE_p_switch_queue_t(long cPtr, boolean futureUse) { + swigCPtr = cPtr; + } + + protected SWIGTYPE_p_switch_queue_t() { + swigCPtr = 0; + } + + protected static long getCPtr(SWIGTYPE_p_switch_queue_t obj) { + return (obj == null) ? 0 : obj.swigCPtr; + } +} +