Apply tech content review
authordavid_kim31 <david_kim31@samsung.com>
Thu, 4 Apr 2013 10:00:28 +0000 (19:00 +0900)
committerdavid_kim31 <david_kim31@samsung.com>
Wed, 10 Apr 2013 15:03:26 +0000 (00:03 +0900)
Change-Id: I59f34084e72e67c207497c92d2c1887ff4212739
Signed-off-by: david_kim31 <david_kim31@samsung.com>
inc/FSysAlarm.h
inc/FSysDeviceManager.h
inc/FSysIAlarmEventListener.h
inc/FSysIBatteryEventListener.h
inc/FSysIScreenEventListener.h
inc/FSysISettingInfoSetValueAsyncResultListener.h

index fa48cb4..b538997 100644 (file)
@@ -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);
 
index d567f89..cb4fe2d 100644 (file)
@@ -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
         */
 
index 40331fc..1fc1fd8 100644 (file)
@@ -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) {};
 
index b592198..68fd0d3 100644 (file)
@@ -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
index ff9ae4c..1e8786a 100644 (file)
@@ -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
         */
index e3ca52d..59b993a 100644 (file)
@@ -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
         *