[ElmSharp] Fixed the crash issue of Calendar
[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     /// <summary>
17     /// This should be internal, please do not use.
18     /// </summary>
19     /// <since_tizen> 4 </since_tizen>
20     [Obsolete("Please do not use! This will be deprecated!")]
21     [EditorBrowsable(EditorBrowsableState.Never)]
22     public class SWIGTYPE_p_Dali__CallbackBase
23     {
24         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
25
26         internal SWIGTYPE_p_Dali__CallbackBase(global::System.IntPtr cPtr, bool futureUse)
27         {
28             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
29         }
30
31         /// <summary>
32         /// The Constructor.
33         /// </summary>
34         /// <since_tizen> 4 </since_tizen>
35         protected SWIGTYPE_p_Dali__CallbackBase()
36         {
37             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38         }
39
40         internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Dali__CallbackBase obj)
41         {
42             return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
43         }
44     }
45
46 }