31dfa4b75f40c762f093414889d71b196642f438
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / SWIGTYPE_p_Dali__CallbackBase.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated />
3 //
4 // This file was automatically generated by SWIG (http://www.swig.org).
5 // Version 3.0.9
6 //
7 // Do not make changes to this file unless you know what you are doing--modify
8 // the SWIG interface file instead.
9 //------------------------------------------------------------------------------
10 using System;
11 using System.Runtime.InteropServices;
12 using System.ComponentModel;
13
14 namespace Tizen.NUI
15 {
16     internal class SWIGTYPE_p_Dali__CallbackBase
17     {
18         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
19
20         internal SWIGTYPE_p_Dali__CallbackBase(global::System.IntPtr cPtr)
21         {
22             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
23         }
24
25         /// <summary>
26         /// The Constructor.
27         /// </summary>
28         protected SWIGTYPE_p_Dali__CallbackBase()
29         {
30             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
31         }
32
33         internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Dali__CallbackBase obj)
34         {
35             return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
36         }
37     }
38 }