X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Finternal%2FSWIGTYPE_p_Dali__FunctorDelegate.cs;h=3dcd4cf34e7a6537e92a7806bb06568cfba9c1b5;hb=bff9a094cf97fb687030cb65963212b7f6514b26;hp=94ed159b9661cfa1f4152d9ccf4fa00197c4a875;hpb=cabe71bf4ecd10af9a34fb18502db7f70c16982f;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs index 94ed159..3dcd4cf 100755 --- a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs +++ b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs @@ -7,23 +7,40 @@ // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //------------------------------------------------------------------------------ +using System; +using System.Runtime.InteropServices; +using System.ComponentModel; -namespace Tizen.NUI { +namespace Tizen.NUI +{ + /// + /// This should be internal, please do not use. + /// + /// 4 + [Obsolete("Please do not use! This will be deprecated!")] + [EditorBrowsable(EditorBrowsableState.Never)] + public class SWIGTYPE_p_Dali__FunctorDelegate + { + private global::System.Runtime.InteropServices.HandleRef swigCPtr; - internal class SWIGTYPE_p_Dali__FunctorDelegate { - private global::System.Runtime.InteropServices.HandleRef swigCPtr; + internal SWIGTYPE_p_Dali__FunctorDelegate(global::System.IntPtr cPtr, bool futureUse) + { + swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr); + } - internal SWIGTYPE_p_Dali__FunctorDelegate(global::System.IntPtr cPtr, bool futureUse) { - swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr); - } + /// + /// The Constructor. + /// + /// 4 + protected SWIGTYPE_p_Dali__FunctorDelegate() + { + swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); + } - protected SWIGTYPE_p_Dali__FunctorDelegate() { - swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); - } - - internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Dali__FunctorDelegate obj) { - return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; - } -} + internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Dali__FunctorDelegate obj) + { + return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; + } + } }