remove link in brief tag
[platform/framework/native/appfw.git] / inc / FAppIMapDataControlProviderEventListener.h
index d28fb13..a16c753 100644 (file)
@@ -33,11 +33,11 @@ namespace Tizen { namespace App
 
 /**
  * @interface  IMapDataControlProviderEventListener
- * @brief              This interface defines a listener for dealing with MAP-type data control request.
+ * @brief              This interface defines a listener for dealing with key-value structured data control request.
  *
  * @since      2.0
  *
- * The %IMapDataControlProviderEventListener interface defines a listener for dealing with MAP-type data control request.
+ * The %IMapDataControlProviderEventListener interface defines a listener for dealing with key-value structured data control request.
  *
  * The following example demonstrates how to use the %IMapDataControlProviderEventListener interface.
  * @code
@@ -185,7 +185,7 @@ public:
        virtual ~IMapDataControlProviderEventListener(void) {}
 
        /**
-       * Called when the request for getting the value list is received from MAP-type data control consumer. @n
+       * Called when the request for getting the value list is received from key-value structured data control consumer. @n
        * The provider must implement this listener for providing its own data.
        *
        * @since        2.0
@@ -202,7 +202,7 @@ public:
                        const Tizen::Base::String& dataId, const Tizen::Base::String& key) = 0;
 
        /**
-       * Called when the request for adding the value is received from MAP-type data control consumer. @n
+       * Called when the request for adding the value is received from key-value structured data control consumer. @n
        * The provider must implement this listener for providing its own data.
        *
        * @since        2.0
@@ -220,7 +220,7 @@ public:
                        const Tizen::Base::String& dataId, const Tizen::Base::String& key, const Tizen::Base::String& value) = 0;
 
        /**
-       * Called when the request for replacing the value is received from MAP-type data control consumer. @n
+       * Called when the request for replacing the value is received from key-value structured data control consumer. @n
        * The provider must implement this listener for providing its own data.
        *
        * @since        2.0
@@ -240,7 +240,7 @@ public:
                        const Tizen::Base::String& newValue) = 0;
 
        /**
-       * Called when the request for removing the value is received from MAP-type data control consumer. @n
+       * Called when the request for removing the value is received from key-value structured data control consumer. @n
        * The provider must implement this listener for providing its own data.
        *
        * @since        2.0