From eb7c09a1c3b249ecc22859298f9ed2c42b1e5adb Mon Sep 17 00:00:00 2001 From: Gongwook Lee Date: Thu, 18 Apr 2013 21:59:56 +0900 Subject: [PATCH] Add wakeup feature tag Change-Id: Ifd2a917bedb1cc88998a3a3e7fbc9fcd58d530ca Signed-off-by: Gongwook Lee --- inc/FUixSensorSensorManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/FUixSensorSensorManager.h b/inc/FUixSensorSensorManager.h index 9c91a75..fe99531 100644 --- a/inc/FUixSensorSensorManager.h +++ b/inc/FUixSensorSensorManager.h @@ -647,6 +647,7 @@ public: * @compatibility This method has compatibility issues with OSP compatible applications. @n * For more information, see @ref CompSensorManagerSetWakeupEnabledPage "here". * @endif + * @feature %http://tizen.org/feature/sensor.accelerometer.wakeup * @return An error code * @param[in] sensorType The sensor type * @param[in] enable Set to @c true to enable the wake up feature, @n @@ -689,6 +690,7 @@ public: * @compatibility This method has compatibility issues with OSP compatible applications. @n * For more information, see @ref CompSensorManagerIsWakeupEnabledPage "here". * @endif + * @feature %http://tizen.org/feature/sensor.accelerometer.wakeup * @return @c true if the wakeup feature is enabled for the specified sensor type for the calling application, @n * else @c false * @param[in] sensorType The sensor type -- 2.7.4