From: david_kim31 Date: Thu, 4 Apr 2013 10:00:28 +0000 (+0900) Subject: Apply tech content review X-Git-Tag: accepted/tizen_2.1/20130425.034849~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79d3e53088963071a25c08ef6f5e9ccc5a0b6b04;p=platform%2Fframework%2Fnative%2Fappfw.git Apply tech content review Change-Id: I59f34084e72e67c207497c92d2c1887ff4212739 Signed-off-by: david_kim31 --- diff --git a/inc/FSysAlarm.h b/inc/FSysAlarm.h index fa48cb4..b538997 100644 --- a/inc/FSysAlarm.h +++ b/inc/FSysAlarm.h @@ -91,7 +91,7 @@ public: * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_INVALID_ARG The specified @c duetime is invalid. * @exception E_SYSTEM A system error has occurred. - * @remarks If this Alarm instance is already registered by this method, exist alarm is cancelled automatically. + * @remarks If this %Alarm instance is already registered by this method, existing alarm is cancelled automatically. */ result Set(const Tizen::Base::DateTime& duetime); diff --git a/inc/FSysDeviceManager.h b/inc/FSysDeviceManager.h index d567f89..cb4fe2d 100644 --- a/inc/FSysDeviceManager.h +++ b/inc/FSysDeviceManager.h @@ -148,7 +148,7 @@ public: * Implementation of this method in OSP compatible applications has the following issue: @n * This AddDeviceEventListener() method does not return E_DEVICE_UNAVAILABLE anymore. The E_DEVICE_UNAVAILABLE exception is removed. * @section DeviceManagerAddDeviceEventListenerPageIssueSection Resolutions - * The E_UNSUPPORTED_OPERATION exception is added since Tizen. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE exception. + * The E_UNSUPPORTED_OPERATION exception is added since Tizen. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE. * @endif */ @@ -175,7 +175,7 @@ public: * Implementation of this method in OSP compatible applications has the following issue: @n * This RemoveDeviceEventListener() method does not return E_DEVICE_UNAVAILABLE anymore. The E_DEVICE_UNAVAILABLE exception is removed. * @section DeviceManagerRemoveDeviceEventListenerPageIssueSection Resolutions - * The E_UNSUPPORTED_OPERATION exception is added since Tizen. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE exception. + * The E_UNSUPPORTED_OPERATION exception is added since Tizen. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE. * @endif */ diff --git a/inc/FSysIAlarmEventListener.h b/inc/FSysIAlarmEventListener.h index 40331fc..1fc1fd8 100644 --- a/inc/FSysIAlarmEventListener.h +++ b/inc/FSysIAlarmEventListener.h @@ -40,7 +40,7 @@ class Alarm; * * @since 2.0 * - * The %IAlarmEventListener interface must be registered and implemented by an application to receive Alarm events from the system. + * The %IAlarmEventListener interface must be registered and implemented by an application to receive alarm events from the system. * */ class _OSP_EXPORT_ IAlarmEventListener @@ -64,11 +64,12 @@ public: virtual void OnAlarmExpired(Alarm& alarm) = 0; protected: - // The following methods are reserved, and the name of methods can be changed at any time without prior notice. // // This method is for internal use only. // Using this method can cause behavioral, security-related, and consistency-related issues in the application. // + // This method is reserved and may change its name at any time without prior notice. + // // @since 2.0 // virtual void OnIAlarmEventListener_Reserved1(void) {}; @@ -77,6 +78,8 @@ protected: // This method is for internal use only. // Using this method can cause behavioral, security-related, and consistency-related issues in the application. // + // This method is reserved and may change its name at any time without prior notice. + // // @since 2.0 virtual void OnIAlarmEventListener_Reserved2(void) {}; @@ -84,6 +87,8 @@ protected: // This method is for internal use only. // Using this method can cause behavioral, security-related, and consistency-related issues in the application. // + // This method is reserved and may change its name at any time without prior notice. + // // @since 2.0 virtual void OnIAlarmEventListener_Reserved3(void) {}; diff --git a/inc/FSysIBatteryEventListener.h b/inc/FSysIBatteryEventListener.h index b592198..68fd0d3 100644 --- a/inc/FSysIBatteryEventListener.h +++ b/inc/FSysIBatteryEventListener.h @@ -37,7 +37,7 @@ namespace Tizen { namespace System * * @since 2.0 * - * The %IBatteryEventListener interface must be registered and implemented by an application to receive Battery events from the system. + * The %IBatteryEventListener interface must be registered and implemented by an application to receive battery events from the system. */ class _OSP_EXPORT_ IBatteryEventListener diff --git a/inc/FSysIScreenEventListener.h b/inc/FSysIScreenEventListener.h index ff9ae4c..1e8786a 100644 --- a/inc/FSysIScreenEventListener.h +++ b/inc/FSysIScreenEventListener.h @@ -55,8 +55,8 @@ public: /** * Called when the screen turns off. @n * Unless there is a strong reason to do otherwise, release resources (such as 3D, media, and sensors) to allow the device to enter the sleep mode to save the battery. - *Invoking a lengthy asynchronous method within this listener method can be risky, because it is not guaranteed to invoke a callback before the device enters the sleep mode. - *Similarly, do not perform lengthy operations in this listener method. All operations must be quick ones. + * Invoking a lengthy asynchronous method within this listener method can be risky, because it is not guaranteed to invoke a callback before the device enters the sleep mode. + * Similarly, do not perform lengthy operations in this listener method. All operations must be quick ones. * *@since 2.0 */ diff --git a/inc/FSysISettingInfoSetValueAsyncResultListener.h b/inc/FSysISettingInfoSetValueAsyncResultListener.h index e3ca52d..59b993a 100644 --- a/inc/FSysISettingInfoSetValueAsyncResultListener.h +++ b/inc/FSysISettingInfoSetValueAsyncResultListener.h @@ -52,7 +52,7 @@ public: virtual ~ISettingInfoSetValueAsyncResultListener(void) {} /** - *Called when a result is received for an asynchronous setting change method call. + * Called when a result is received for an asynchronous setting change method call. * * @since 2.0 *