freeswitch/libs/esl/java/org/freeswitch/esl/SWIGTYPE_p_esl_priority_t.java

27 lines
746 B
Java

/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.2
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package org.freeswitch.esl;
public class SWIGTYPE_p_esl_priority_t {
private long swigCPtr;
protected SWIGTYPE_p_esl_priority_t(long cPtr, boolean futureUse) {
swigCPtr = cPtr;
}
protected SWIGTYPE_p_esl_priority_t() {
swigCPtr = 0;
}
protected static long getCPtr(SWIGTYPE_p_esl_priority_t obj) {
return (obj == null) ? 0 : obj.swigCPtr;
}
}