Merge "[NUI] Add Extents type Padding in View"
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / SWIGTYPE_p_Dali__FunctorDelegate.cs
index 94ed159..3dcd4cf 100755 (executable)
@@ -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
+{
+    /// <summary>
+    /// This should be internal, please do not use.
+    /// </summary>
+    /// <since_tizen> 4 </since_tizen>
+    [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);
-  }
+        /// <summary>
+        /// The Constructor.
+        /// </summary>
+        /// <since_tizen> 4 </since_tizen>
+        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;
+        }
+    }
 
 }