From: Duyoung Jang Date: Mon, 22 Apr 2013 04:44:57 +0000 (+0900) Subject: Merge "Fix memory leak" into tizen_2.1 X-Git-Tag: accepted/tizen_2.1/20130425.034849~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5e60097bda3f6cb7c664e6fa1363a1cc71e092c;hp=441e30e8385da046219d03b3a29022f291b507db;p=platform%2Fframework%2Fnative%2Fappfw.git Merge "Fix memory leak" into tizen_2.1 --- diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h index e2794b6..7f08f62 100755 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -406,7 +406,7 @@ public: * @exception E_MAX_EXCEEDED The size of @c pArguments has exceeded the maximum limit. * @exception E_SYSTEM A system error has occurred. * @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. For more information, see Application Filtering. @b Since: @b 2.1 + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. For more information, see Application Filtering. @b Since: @b 2.1 * * @remarks When the registered application is about to be launched, the registered launch condition and arguments are given as parameters to IAppLaunchConditionEventListener::OnAppLaunchConditionMetN(). * @remarks The newly introduced launch condition does not work on the previous SDK version and the E_INVALID_CONDITION exception is returned. @@ -531,7 +531,7 @@ public: * @exception E_MAX_EXCEEDED The size of @c pArguments has exceeded the maximum limit. * @exception E_SYSTEM A system error has occurred. * @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. For more information, see Application Filtering. @b Since: @b 2.1 + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. For more information, see Application Filtering. @b Since: @b 2.1 * * @remarks When the registered application is about to be launched, the registered launch condition and arguments are given as parameters to IAppLaunchConditionEventListener::OnAppLaunchConditionMetN(). * @remarks The newly introduced launch condition does not work on the previous SDK version and the @c E_INVALID_CONDITION exception is returned.