提交 c40a9a33 authored 作者: Brian West's avatar Brian West

add missing java files

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12486 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bb04f16b
/* ----------------------------------------------------------------------------
* 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;
}
}
/* ----------------------------------------------------------------------------
* 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;
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论