From 1c21d3d1d511cf507895b3d154c8692400e80822 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Tue, 23 Apr 2013 17:33:18 +0900 Subject: [PATCH] update header for migration tools Change-Id: Idc911e1be48348769a59522a6d6a6bcb2e3b61af --- inc/FAppAppManager.h | 4 ++-- inc/FAppNotificationManager.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h index 582892c..004e0e1 100755 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -375,7 +375,7 @@ public: * @since 2.0 * @privlevel public * @privilege %http://tizen.org/privilege/application.launch - * @feature %http://tizen.org/feature/network.nfc for L"NFC='command'" or %http://tzen.org/feature/usb.accessory for "Serial='command'" in the value of @c condition + * @feature %http://tizen.org/feature/network.nfc for L"NFC='command'" or %http://tizen.org/feature/usb.accessory for "Serial='command'" in the value of @c condition * * @return An error code * @param[in] condition The launch condition for the application @n @@ -501,7 +501,7 @@ public: * @since 2.0 * @privlevel partner * @privilege %http://tizen.org/privilege/appmanager.launch - * @feature %http://tizen.org/feature/network.nfc for L"NFC='command'" or %http://tzen.org/feature/usb.accessory for L"Serial='command'" in the value of @c condition + * @feature %http://tizen.org/feature/network.nfc for L"NFC='command'" or %http://tizen.org/feature/usb.accessory for L"Serial='command'" in the value of @c condition * * @return An error code * @param[in] appId The ID of the application registered for launch diff --git a/inc/FAppNotificationManager.h b/inc/FAppNotificationManager.h index 8249829..b61f168 100644 --- a/inc/FAppNotificationManager.h +++ b/inc/FAppNotificationManager.h @@ -238,7 +238,7 @@ public: * @if OSPDEPREC * Notifies the user using a message and badge number. @n * If the user checks the message, @c launchArguments is delivered to the application. @n - * @c launchArguments is delivered as the value of the http://tizen.org/appcontrol/data/notification key + * @c launchArguments is delivered as the value of the %http://tizen.org/appcontrol/data/notification key * for IAppControlProviderEventListener::OnAppControlRequestReceived(). * * @brief [Deprecated] @@ -309,7 +309,7 @@ public: /** * @if OSPDEPREC * Notifies the user about the ongoing activity using a message. @n - * @c launchArguments is delivered as the value of the http://tizen.org/appcontrol/data/notification key + * @c launchArguments is delivered as the value of the %http://tizen.org/appcontrol/data/notification key * for IAppControlProviderEventListener::OnAppControlRequestReceived(). * * @brief [Deprecated] -- 2.7.4