[NUI] Fix the build error message 90/157590/1 preview1-00344
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 25 Oct 2017 08:07:06 +0000 (17:07 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 25 Oct 2017 08:11:32 +0000 (17:11 +0900)
Change-Id: I5fa48ef73c5ea6a1cd660c8f7d91e60fb2fc39c2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
14 files changed:
src/Tizen.NUI/src/internal/KeyboardResizedSignalType.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/LanguageChangedSignalType.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/WatchApplication.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/BaseComponents/TableView.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/Extents.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/FocusManager.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/ImfManager.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/PixelData.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/StyleManager.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/TTSPlayer.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/Timer.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/VisualFactory.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/Widget.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/Window.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 77b2b37..774cc90
@@ -27,6 +27,9 @@ namespace Tizen.NUI
     public class KeyboardResizedSignalType : global::System.IDisposable
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
+        /// <summary>
+        /// KeyboardResizedSignalType
+        /// </summary>
         protected bool swigCMemOwn;
 
         internal KeyboardResizedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn)
old mode 100755 (executable)
new mode 100644 (file)
index 37d9961..b7e64b6
@@ -27,6 +27,9 @@ namespace Tizen.NUI
     public class LanguageChangedSignalType : global::System.IDisposable
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
+        /// <summary>
+        /// LanguageChangedSignalType
+        /// </summary>
         protected bool swigCMemOwn;
 
         internal LanguageChangedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn)
old mode 100755 (executable)
new mode 100644 (file)
index 2e89f3e..61a218d
@@ -33,7 +33,7 @@ namespace Tizen.NUI
             return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
         }
 
-        protected virtual void Dispose(DisposeTypes type)
+        protected override void Dispose(DisposeTypes type)
         {
             if (disposed)
             {
@@ -82,7 +82,7 @@ namespace Tizen.NUI
             }
         }
 
-        public static WatchApplication Instance
+        public new static WatchApplication Instance
         {
             get
             {
old mode 100755 (executable)
new mode 100644 (file)
index c1de3a2..8cd41d5
@@ -353,7 +353,7 @@ namespace Tizen.NUI.BaseComponents
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
         /// <summary>
-        /// Downcasts a handle to tabelView handle.
+        /// Downcasts a handle to TabelView handle.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// Please do not use! this will be deprecated!
old mode 100755 (executable)
new mode 100644 (file)
index f5dc8e7..9ab0396
@@ -23,6 +23,9 @@ namespace Tizen.NUI
     public class Extents : global::System.IDisposable
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
+        /// <summary>
+        /// Extents class
+        /// </summary>
         protected bool swigCMemOwn;
 
         internal Extents(global::System.IntPtr cPtr, bool cMemoryOwn)
@@ -38,7 +41,9 @@ namespace Tizen.NUI
 
         //A Flag to check who called Dispose(). (By User or DisposeQueue)
         private bool isDisposeQueued = false;
-        //A Flat to check if it is already disposed.
+        /// <summary>
+        /// A Flat to check if it is already disposed.
+        /// </summary>
         protected bool disposed = false;
 
         /// <summary>
@@ -77,6 +82,10 @@ namespace Tizen.NUI
             }
         }
 
+        /// <summary>
+        /// To make a Extents instance be disposed.
+        /// </summary>
+        /// <param name="type">Extents type</param>
         protected virtual void Dispose(DisposeTypes type)
         {
             if (disposed)
old mode 100755 (executable)
new mode 100644 (file)
index e114f78..9096cbb
@@ -48,7 +48,6 @@ namespace Tizen.NUI
         /// Please DO NOT use! This will be deprecated!
         /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, IMFManager, TtsPlayer, Window) is not required.
         /// Because it is Sigletone, so it is alive for one thread until the NUI is terminated, so it never be disposed.
-        [Obsolete("Please DO NOT use! This will be Deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {
@@ -779,7 +778,6 @@ namespace Tizen.NUI
         /// <since_tizen> 3 </since_tizen>
         /// Please do not use! this will be deprecated.
         /// Instead please use FocusedViewActivatedEventArgs.
-        [Obsolete("Please DO NOT use! This will be deprecated, instead please USE Tizen.NUI.FocusManager.FocusedViewActivatedEventArgs")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public class FocusedViewEnterKeyEventArgs : EventArgs
         {
old mode 100755 (executable)
new mode 100644 (file)
index e95c785..03f7961
@@ -46,7 +46,6 @@ namespace Tizen.NUI
         /// Please DO NOT use! This will be deprecated!
         /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, IMFManager, TtsPlayer, Window) is not required.
         /// Because it is Sigletone, so it is alive for one thread until the NUI is terminated, so it never be disposed.
-        [Obsolete("Please DO NOT use! This will be Deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {
@@ -1283,7 +1282,6 @@ namespace Tizen.NUI
         /// ImfManager event received signal.
         /// </summary>
         //Please do not use! this will be internal
-        [Obsolete("Please DO NOT use! This will be internal method!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ImfEventSignalType EventReceivedSignal()
         {
old mode 100755 (executable)
new mode 100644 (file)
index a791472..484e80a
@@ -31,7 +31,6 @@ namespace Tizen.NUI
     /// And this would make some problem, because dotnet runtime would change the address of memory allocated.
     /// So this is required to be removed.
     /// currently no use. will be added later
-    [Obsolete("Please DO NOT use! This will be Deprecated!")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class PixelData : BaseHandle
     {
old mode 100755 (executable)
new mode 100644 (file)
index 5661e89..85738a4
@@ -49,7 +49,6 @@ namespace Tizen.NUI
         /// Please DO NOT use! This will be deprecated!
         /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, IMFManager, TtsPlayer, Window) is not required.
         /// Because it is Sigletone, so it is alive for one thread until the NUI is terminated, so it never be disposed.
-        [Obsolete("Please DO NOT use! This will be Deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {
old mode 100755 (executable)
new mode 100644 (file)
index 79c4ca5..7ba747a
@@ -46,7 +46,6 @@ namespace Tizen.NUI
         /// Please DO NOT use! This will be deprecated!
         /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, IMFManager, TtsPlayer, Window) is not required.
         /// Because it is Sigletone, so it is alive for one thread until the NUI is terminated, so it never be disposed.
-        [Obsolete("Please DO NOT use! This will be Deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {
old mode 100755 (executable)
new mode 100644 (file)
index e9985d9..95907f7
@@ -152,7 +152,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        ///// Downcasts a handle to Timer handle.
+        /// Downcasts a handle to Timer handle.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// Please do not use! this will be deprecated!
old mode 100755 (executable)
new mode 100644 (file)
index f5c5f0d..9297b04
@@ -46,7 +46,6 @@ namespace Tizen.NUI
         /// Please DO NOT use! This will be deprecated!
         /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, IMFManager, TtsPlayer, Window) is not required.
         /// Because it is Sigletone, so it is alive for one thread until the NUI is terminated, so it never be disposed.
-        [Obsolete("Please DO NOT use! This will be Deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {
old mode 100755 (executable)
new mode 100644 (file)
index 4a5ba36..b6781ee
@@ -24,7 +24,7 @@ namespace Tizen.NUI
     /// <summary>
     /// Widget object should be created by WidgetApplication.
     /// </summary>
-    [Obsolete("Please do not use! this will be deprecated")]
+    /// This is an experimental feature. We do recommend not to use it.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class Widget : BaseHandle
     {
old mode 100755 (executable)
new mode 100644 (file)
index e4ba1b6..be6ae66
@@ -52,7 +52,6 @@ namespace Tizen.NUI
         /// Please DO NOT use! This will be deprecated!
         /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, IMFManager, TtsPlayer, Window) is not required.
         /// Because it is Sigletone, so it is alive for one thread until the NUI is terminated, so it never be disposed.
-        [Obsolete("Please DO NOT use! This will be Deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {