Merge "[2.2.1] Merge different codes between 2.2 and 3.0" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FAppIAppControlResponseListener.h
old mode 100755 (executable)
new mode 100644 (file)
index 001e724..61c613f
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -39,7 +38,7 @@ namespace Tizen { namespace App
 
 /**
 * @interface   IAppControlResponseListener
-* @brief               This interface defines a listener for the AppControl response events.
+* @brief               This interface defines a listener for the %AppControl response events.
 *
 * @since       2.0
 *
@@ -65,11 +64,11 @@ public:
         * @param[in]   appId                   The ID of the requested application
         * @param[in]   operationId             The operation ID used in application control invocation
         * @param[in]   appControlResult        The application control result
-        * @param[in]   pExtraData              A pointer to an result map of key and value pair where the key of type String and the value of type String or of type ArrayList of String
+        * @param[in]   pExtraData              A pointer to an result map of key and value pair where the key of type Tizen::Base::String and the value of 
+        *                                                      type %Tizen::Base::String or of type Tizen::Base::ArrayList of %Tizen::Base::String
         * @remarks     The application control completion result is received when the requested application control
         *                      sends the result using AppControlProviderManager::SendAppControlResult().
         * @see         AppControl
-        * @see         AppControlProviderManager::SendAppControlResult()
         */
        virtual void OnAppControlCompleteResponseReceived(const AppId& appId, const Tizen::Base::String& operationId, AppCtrlResult appControlResult, const Tizen::Base::Collection::IMap* pExtraData) = 0;