From 2aac36070cc59e9680bc083bd21faf3fa56b6eed Mon Sep 17 00:00:00 2001 From: Byounghui Date: Sat, 13 Apr 2013 15:56:41 +0900 Subject: [PATCH] exception code modified. Change-Id: I37a6d00e83453eebae941132eada4cfab8925998 Signed-off-by: Byounghui --- inc/FMsgWapPushManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/FMsgWapPushManager.h b/inc/FMsgWapPushManager.h index 7e57222..870b8fa 100644 --- a/inc/FMsgWapPushManager.h +++ b/inc/FMsgWapPushManager.h @@ -134,6 +134,7 @@ public: * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 * For more information, see Application Filtering. + * @exception E_ALREADY_SET The condition is already registered. * @remarks Before calling this method, check whether the feature is supported by * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). * @see UnregisterCondition() @@ -158,7 +159,6 @@ public: * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 * For more information, see Application Filtering. - * @exception E_ALREADY_SET The condition is already registered. * @remarks Before calling this method, check whether the feature is supported by * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). * @see RegisterCondition() -- 2.7.4