1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 1.3.40
4  *
5  * Do not make changes to this file unless you know what you are doing--modify
6  * the SWIG interface file instead.
7  * ----------------------------------------------------------------------------- */
8 
9 
10 using System;
11 using System.Runtime.InteropServices;
12 
13 public class SWIGTYPE_p_zx_sp_ManageNameIDRequest_s {
14   private HandleRef swigCPtr;
15 
SWIGTYPE_p_zx_sp_ManageNameIDRequest_s(IntPtr cPtr, bool futureUse)16   internal SWIGTYPE_p_zx_sp_ManageNameIDRequest_s(IntPtr cPtr, bool futureUse) {
17     swigCPtr = new HandleRef(this, cPtr);
18   }
19 
SWIGTYPE_p_zx_sp_ManageNameIDRequest_s()20   protected SWIGTYPE_p_zx_sp_ManageNameIDRequest_s() {
21     swigCPtr = new HandleRef(null, IntPtr.Zero);
22   }
23 
getCPtr(SWIGTYPE_p_zx_sp_ManageNameIDRequest_s obj)24   internal static HandleRef getCPtr(SWIGTYPE_p_zx_sp_ManageNameIDRequest_s obj) {
25     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
26   }
27 }
28