Change names not to use the same name for a namespace and a type in that namespace
authorpr.jung <pr.jung@samsung.com>
Mon, 10 Oct 2016 10:19:27 +0000 (19:19 +0900)
committerpr.jung <pr.jung@samsung.com>
Mon, 10 Oct 2016 10:47:42 +0000 (19:47 +0900)
Change-Id: Icf3ae74b249a2d468fe241da13f95c0345cc088b
Signed-off-by: pr.jung <pr.jung@samsung.com>
Tizen.System/Feedback/Feedback.cs
Tizen.System/Feedback/FeedbackPattern.cs
Tizen.System/Feedback/FeedbackType.cs
Tizen.System/Storage/DirectoryType.cs
Tizen.System/Storage/Storage.cs
Tizen.System/Storage/StorageArea.cs
Tizen.System/Storage/StorageManager.cs
Tizen.System/Storage/StorageState.cs
Tizen.System/SystemInfo/SystemInfo.cs

index bd9db9e..1482090 100644 (file)
@@ -2,7 +2,7 @@ using System;
 using System.Collections.Generic;
 
 
-namespace Tizen.System.Feedback
+namespace Tizen.System
 {
     /// <summary>
     /// Class for constants
@@ -62,7 +62,7 @@ namespace Tizen.System.Feedback
     /// For controlling sound, previlege is not needed.
     /// </privilege>
     /// <code>
-    /// Tizen.System.Feedback.Feedback feedback = new Tizen.System.Feedback.Feedback();
+    /// Feedback feedback = new Feedback();
     /// bool res = feedback.IsSupportedPattern(FeedbackType.Vibration, "Tap");
     /// </code>
     public class Feedback
@@ -170,7 +170,7 @@ namespace Tizen.System.Feedback
             Interop.Feedback.FeedbackError res = (Interop.Feedback.FeedbackError)Interop.Feedback.Deinitialize();
             if (res != Interop.Feedback.FeedbackError.None)
             {
-                Log.Warn(LogTag, string.Format("Failed to initialize feedback. err = {0}", res));
+                Log.Warn(LogTag, string.Format("Failed to deinitialize feedback. err = {0}", res));
                 switch (res)
                 {
                     case Interop.Feedback.FeedbackError.NotInitialized:
@@ -201,7 +201,7 @@ namespace Tizen.System.Feedback
         /// <privilege>http://tizen.org/privilege/haptic</privilege>
         /// <example>
         /// <code>
-       /// Tizen.System.Feedback.Feedback feedback = new Tizen.System.Feedback.Feedback();
+           /// Feedback feedback = new Feedback();
         /// bool res = feedback.IsSupportedPattern(FeedbackType.Vibration, "Tap");
         /// </code>
         /// </example>
@@ -264,7 +264,7 @@ namespace Tizen.System.Feedback
         /// <privilege>http://tizen.org/privilege/haptic</privilege>
         /// <example>
         /// <code>
-       /// Tizen.System.Feedback.Feedback feedback = new Tizen.System.Feedback.Feedback();
+        /// Feedback feedback = new Feedback();
         /// feedback.Play(FeedbackType.All, "Tap");
         /// </code>
         /// </example>
index 12ac6fd..1a4d4ad 100644 (file)
@@ -6,7 +6,7 @@
 // it only in accordance with the terms of the license agreement
 // you entered into with Samsung.
 
-namespace Tizen.System.Feedback
+namespace Tizen.System
 {
     /// <summary>
     /// String and Enumeration for feedback patterns.
index 346bb25..8bee119 100644 (file)
@@ -6,7 +6,7 @@
 // it only in accordance with the terms of the license agreement
 // you entered into with Samsung.
 
-namespace Tizen.System.Feedback
+namespace Tizen.System
 {
     /// <summary>
     /// Enumeration for feedback device types.
index fdb2f85..b764fbf 100644 (file)
@@ -6,7 +6,7 @@
 // it only in accordance with the terms of the license agreement
 // you entered into with Samsung.
 
-namespace Tizen.System.Storage
+namespace Tizen.System
 {
     /// <summary>
     /// Enumeration of the storage directory types.
index 2625b37..2f83107 100644 (file)
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Storage
+namespace Tizen.System
 {
     /// <summary>
     /// class to access storage device information
index f1e2cbf..ab922a5 100644 (file)
@@ -6,7 +6,7 @@
 // it only in accordance with the terms of the license agreement
 // you entered into with Samsung.
 
-namespace Tizen.System.Storage
+namespace Tizen.System
 {
     /// <summary>
     /// Enumeration for storage area types.
index 8a400c7..b9a3bb2 100644 (file)
@@ -9,7 +9,7 @@
 using System;
 using System.Collections.Generic;
 
-namespace Tizen.System.Storage
+namespace Tizen.System
 {
     /// <summary>
     /// Storage Manager, provides properties/ methods to access storage in the device.
index db02ccc..cee20bb 100644 (file)
@@ -6,7 +6,7 @@
 // it only in accordance with the terms of the license agreement
 // you entered into with Samsung.
 
-namespace Tizen.System.Storage
+namespace Tizen.System
 {
     /// <summary>
     /// Enumeration for the state of storage devices.
index d167a8c..7649d83 100644 (file)
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.SystemInfo
+namespace Tizen.System
 {
     /// <summary>
     /// System Information class. This class has methods which can be used to obtain device information