Fix comments 11/122011/4 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170403.190145 accepted/tizen/ivi/20170403.124750 accepted/tizen/mobile/20170403.124717 accepted/tizen/tv/20170403.124735 accepted/tizen/unified/20170403.124809 submit/tizen/20170403.024417
authorKichan Kwon <k_c.kwon@samsung.com>
Thu, 30 Mar 2017 02:18:34 +0000 (11:18 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 3 Apr 2017 02:39:31 +0000 (11:39 +0900)
- cpu -> CPU
- Fix errata

Change-Id: Ief4414917236a00563eb0eca63fc93ecf8c9e86d
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Tizen.System.Information/RuntimeInfo/CpuUsage.cs [changed mode: 0644->0755]
Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs
packaging/csapi-information.spec

old mode 100644 (file)
new mode 100755 (executable)
index e3b28d8..58f6e50
@@ -23,7 +23,7 @@ using System.Threading.Tasks;
 namespace Tizen.System
 {
     /// <summary>
-    /// Structure for cpu usage.
+    /// Structure for CPU usage.
     /// </summary>
     public class CpuUsage
     {
@@ -53,7 +53,7 @@ namespace Tizen.System
     }
 
     /// <summary>
-    /// Structure for cpu usage per processes
+    /// Structure for CPU usage per processes
     /// </summary>
     public class ProcessCpuUsage
     {
index 591347e..0d27ab4 100755 (executable)
@@ -31,8 +31,6 @@ namespace Tizen.System
         private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_wifiHotspotEnabled;
         private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_bluetoothTetheringEnabled;
         private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_usbTetheringEnabled;
-        private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_locationServiceEnabled;
-        private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_locationNetworkPositionEnabled;
         private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_packetDataEnabled;
         private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_dataRoamingEnabled;
         private static event EventHandler<RuntimeKeyStatusChangedEventArgs> s_vibrationEnabled;
@@ -450,7 +448,7 @@ namespace Tizen.System
             }
         }
         /// <summary>
-        /// (event) UsbTetheringEnabled is raised when system preference for USB terhering is changed.
+        /// (event) UsbTetheringEnabled is raised when system preference for USB tethering is changed.
         /// </summary>
         public static event EventHandler<RuntimeKeyStatusChangedEventArgs> UsbTetheringEnabled
         {
@@ -770,7 +768,7 @@ namespace Tizen.System
             }
         }
         /// <summary>
-        /// (event) AutoRotationEnabled is raised when system preference for auto rotaion is changed.
+        /// (event) AutoRotationEnabled is raised when system preference for auto rotation is changed.
         /// </summary>
         public static event EventHandler<RuntimeKeyStatusChangedEventArgs> AutoRotationEnabled
         {
index d436aee..d9e9cd0 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-information
 Summary:    Tizen Information API for C#
-Version:    1.0.2
+Version:    1.0.3
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0