Fix a timezone defect.
[platform/framework/native/appfw.git] / inc / FAppIMapDataControlResponseListener.h
index 24d1c33..7c3fd13 100644 (file)
@@ -34,11 +34,11 @@ namespace Tizen { namespace App
 
 /**
 * @interface   IMapDataControlResponseListener
-* @brief               This interface defines a listener for the MAP-type data control response.
+* @brief               This interface defines a listener for the key-value structured data control response.
 *
 * @since       2.0
 *
-* The %IMapDataControlResponseListener interface defines a listener for the MAP-type data control response.
+* The %IMapDataControlResponseListener interface defines a listener for the key-value structured data control response.
 */
 class _OSP_EXPORT_ IMapDataControlResponseListener
        : virtual public Tizen::Base::Runtime::IEventListener
@@ -54,7 +54,7 @@ public:
        virtual ~IMapDataControlResponseListener(void) {}
 
        /**
-       * Called when the result value list is received from MAP-type data control provider. @n
+       * Called when the result value list is received from key-value structured data control provider. @n
        * The application requesting the data control can get the result value list by implementing this listener. @n
        * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result value set.
        * It is called after MapDataControl::GetValue().
@@ -77,7 +77,7 @@ public:
                        bool providerResult, const Tizen::Base::String* pErrorMsg) = 0;
 
        /**
-       * Called when the response is received from MAP-type data control provider. @n
+       * Called when the response is received from key-value structured data control provider. @n
        * The application requesting the data control can get the result by implementing this listener. @n
        * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result response.
        * It is called after MapDataControl::AddValue().
@@ -96,7 +96,7 @@ public:
                        const Tizen::Base::String& dataId, bool providerResult, const Tizen::Base::String* pErrorMsg) = 0;
 
        /**
-       * Called when the response is received from MAP-type data control provider. @n
+       * Called when the response is received from key-value structured data control provider. @n
        * The application requesting the data control can get the result for some data controls by implementing this listener. @n
        * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result response.
        * It is called after MapDataControl::SetValue().
@@ -115,7 +115,7 @@ public:
                        const Tizen::Base::String& dataId, bool providerResult, const Tizen::Base::String* pErrorMsg) = 0;
 
        /**
-       * Called when the response is received from MAP-type data control provider. @n
+       * Called when the response is received from key-value structured data control provider. @n
        * The application requesting the data control can get the result for some data controls by implementing this listener. @n
        * This listener must be registered by MapDataControl::SetMapDataControlResponseListener() for receiving the result response.
        * It is called after MapDataControl::RemoveValue().