exception code modified.
authorByounghui <byounghui.lim@samsung.com>
Sat, 13 Apr 2013 06:56:41 +0000 (15:56 +0900)
committerByounghui <byounghui.lim@samsung.com>
Sat, 13 Apr 2013 06:56:41 +0000 (15:56 +0900)
Change-Id: I37a6d00e83453eebae941132eada4cfab8925998
Signed-off-by: Byounghui <byounghui.lim@samsung.com>
inc/FMsgWapPushManager.h

index 7e57222..870b8fa 100644 (file)
@@ -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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+       * @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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-       * @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()