00001 /* ---------------------------------------------------------------------------- 00002 * This file was automatically generated by SWIG (http://www.swig.org). 00003 * Version 2.0.1 00004 * 00005 * Do not make changes to this file unless you know what you are doing--modify 00006 * the SWIG interface file instead. 00007 * ----------------------------------------------------------------------------- */ 00008 00009 package com.orionsec.jpkif; 00010 00011 public class SWIGTYPE_p_RevocationStatus { 00012 private long swigCPtr; 00013 00014 protected SWIGTYPE_p_RevocationStatus(long cPtr, boolean futureUse) { 00015 swigCPtr = cPtr; 00016 } 00017 00018 protected SWIGTYPE_p_RevocationStatus() { 00019 swigCPtr = 0; 00020 } 00021 00022 protected static long getCPtr(SWIGTYPE_p_RevocationStatus obj) { 00023 return (obj == null) ? 0 : obj.swigCPtr; 00024 } 00025 } 00026