From: Kichan Kwon Date: Thu, 30 Mar 2017 02:18:34 +0000 (+0900) Subject: Fix comments X-Git-Tag: submit/tizen/20170403.024417^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_mobile;p=platform%2Fcore%2Fcsapi%2Finformation.git Fix comments - cpu -> CPU - Fix errata Change-Id: Ief4414917236a00563eb0eca63fc93ecf8c9e86d Signed-off-by: Kichan Kwon --- diff --git a/Tizen.System.Information/RuntimeInfo/CpuUsage.cs b/Tizen.System.Information/RuntimeInfo/CpuUsage.cs old mode 100644 new mode 100755 index e3b28d8..58f6e50 --- a/Tizen.System.Information/RuntimeInfo/CpuUsage.cs +++ b/Tizen.System.Information/RuntimeInfo/CpuUsage.cs @@ -23,7 +23,7 @@ using System.Threading.Tasks; namespace Tizen.System { /// - /// Structure for cpu usage. + /// Structure for CPU usage. /// public class CpuUsage { @@ -53,7 +53,7 @@ namespace Tizen.System } /// - /// Structure for cpu usage per processes + /// Structure for CPU usage per processes /// public class ProcessCpuUsage { diff --git a/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs b/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs index 591347e..0d27ab4 100755 --- a/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs +++ b/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs @@ -31,8 +31,6 @@ namespace Tizen.System private static event EventHandler s_wifiHotspotEnabled; private static event EventHandler s_bluetoothTetheringEnabled; private static event EventHandler s_usbTetheringEnabled; - private static event EventHandler s_locationServiceEnabled; - private static event EventHandler s_locationNetworkPositionEnabled; private static event EventHandler s_packetDataEnabled; private static event EventHandler s_dataRoamingEnabled; private static event EventHandler s_vibrationEnabled; @@ -450,7 +448,7 @@ namespace Tizen.System } } /// - /// (event) UsbTetheringEnabled is raised when system preference for USB terhering is changed. + /// (event) UsbTetheringEnabled is raised when system preference for USB tethering is changed. /// public static event EventHandler UsbTetheringEnabled { @@ -770,7 +768,7 @@ namespace Tizen.System } } /// - /// (event) AutoRotationEnabled is raised when system preference for auto rotaion is changed. + /// (event) AutoRotationEnabled is raised when system preference for auto rotation is changed. /// public static event EventHandler AutoRotationEnabled { diff --git a/packaging/csapi-information.spec b/packaging/csapi-information.spec index d436aee..d9e9cd0 100644 --- a/packaging/csapi-information.spec +++ b/packaging/csapi-information.spec @@ -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