From b81025477cb0db2127b0d674e3bdf50538dfdb2c Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Thu, 30 Mar 2017 11:18:34 +0900 Subject: [PATCH] Fix comments - cpu -> CPU - Fix errata Change-Id: Ief4414917236a00563eb0eca63fc93ecf8c9e86d Signed-off-by: Kichan Kwon --- packaging/csapi-information.spec | 2 +- src/Tizen.System.Information/RuntimeInfo/CpuUsage.cs | 4 ++-- src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) mode change 100644 => 100755 src/Tizen.System.Information/RuntimeInfo/CpuUsage.cs 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 diff --git a/src/Tizen.System.Information/RuntimeInfo/CpuUsage.cs b/src/Tizen.System.Information/RuntimeInfo/CpuUsage.cs old mode 100644 new mode 100755 index e3b28d8..58f6e50 --- a/src/Tizen.System.Information/RuntimeInfo/CpuUsage.cs +++ b/src/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/src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs b/src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs index 591347e..0d27ab4 100755 --- a/src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs +++ b/src/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 { -- 2.7.4