/* ---------------------------------------------------------------------------- * 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. * ----------------------------------------------------------------------------- */ namespace be.portugal.eid { using System; using System.Runtime.InteropServices; public class PTEID_ExCertNoOcsp : PTEID_Exception { private HandleRef swigCPtr; internal PTEID_ExCertNoOcsp(IntPtr cPtr, bool cMemoryOwn) : base(pteidlib_dotNetPINVOKE.PTEID_ExCertNoOcspUpcast(cPtr), cMemoryOwn) { swigCPtr = new HandleRef(this, cPtr); } internal static HandleRef getCPtr(PTEID_ExCertNoOcsp obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; } ~PTEID_ExCertNoOcsp() { Dispose(); } public override void Dispose() { lock(this) { if(swigCPtr.Handle != IntPtr.Zero && swigCMemOwn) { swigCMemOwn = false; pteidlib_dotNetPINVOKE.delete_PTEID_ExCertNoOcsp(swigCPtr); } swigCPtr = new HandleRef(null, IntPtr.Zero); GC.SuppressFinalize(this); base.Dispose(); } } public PTEID_ExCertNoOcsp() : this(pteidlib_dotNetPINVOKE.new_PTEID_ExCertNoOcsp(), true) { } } }