/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.40 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ namespace OSGeo.OGR { using System; using System.Runtime.InteropServices; public class SWIGTYPE_p_void { private HandleRef swigCPtr; public SWIGTYPE_p_void(IntPtr cPtr, bool futureUse, object parent) { swigCPtr = new HandleRef(this, cPtr); } protected SWIGTYPE_p_void() { swigCPtr = new HandleRef(null, IntPtr.Zero); } public static HandleRef getCPtr(SWIGTYPE_p_void obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; } } }