Update wakeup feature tag 2.1b_release accepted/tizen_2.1/20130425.033137 submit/tizen_2.1/20130424.232709
authorGongwook Lee <gongwook78.lee@samsung.com>
Fri, 19 Apr 2013 04:55:38 +0000 (13:55 +0900)
committerGongwook Lee <gongwook78.lee@samsung.com>
Fri, 19 Apr 2013 04:55:38 +0000 (13:55 +0900)
Change-Id: I552abb3abc528e46faca1eb1c0f2c3519a6757a3
Signed-off-by: Gongwook Lee <gongwook78.lee@samsung.com>
inc/FUixSensorSensorManager.h

index fe99531..171fe64 100644 (file)
@@ -659,8 +659,10 @@ public:
        * @exception    E_OPERATION_FAILED         The operation has failed.
        * @exception    E_UNSUPPORTED_OPERATION      The target device does not support the specific sensor,or @n
        *                                                                                       the target device does not support wake-up feature originally or based on the specific sensor.
-       * @remarks      The wake up feature is automatically disabled by the system as soon as the calling application is terminated.
-       * @remarks              This method cannot be tested on the Emulator. It always returns @c E_SUCCESS on the Emulator.
+       * @remarks
+       *                         - The wake up feature is automatically disabled by the system as soon as the calling application is terminated.
+       *                         - This method cannot be tested on the Emulator. It always returns @c E_SUCCESS on the Emulator.
+       *                         - Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        */
        result SetWakeupEnabled(SensorType sensorType, bool enable);
 
@@ -699,8 +701,10 @@ public:
        * @exception    E_OPERATION_FAILED         The operation has failed.
        * @exception    E_UNSUPPORTED_OPERATION      The target device does not support the specific sensor,or @n
        *                                                                                       the target device does not support wake-up feature originally or based on the specific sensor.
-       * @remarks      The specific error code can be accessed using the GetLastResult() method.
-       * @remarks              This method cannot be tested on the Emulator. It always returns @c true on the Emulator.
+       * @remarks
+       *                         - The specific error code can be accessed using the GetLastResult() method.
+       *                         - This method cannot be tested on the Emulator. It always returns @c true on the Emulator.
+       *                         - Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        */
        bool IsWakeupEnabled(SensorType sensorType) const;