Revert "Revert "Fix intApp TC failure""
[platform/framework/native/appfw.git] / inc / FIoLocalMessagePort.h
index b5ea461..b78207c 100644 (file)
@@ -118,8 +118,8 @@ public:
        * @since    2.0
        *
        * @return               An error code
-       * @param[in]    listener    The message port listener
-       * @exception    E_SUCCESS           The method is successful.
+       * @param[in]    listener                        The message port listener
+       * @exception    E_SUCCESS               The method is successful.
        * @exception    E_OBJ_ALREADY_EXIST     The listener instance already exists.
        */
        result AddMessagePortListener(IMessagePortListener& listener);
@@ -130,23 +130,23 @@ public:
        * @since    2.0
        *
        * @return               An error code
-       * @param[in]    listener    The message port listener
+       * @param[in]    listener                The message port listener
        * @exception    E_SUCCESS           The method is successful.
        * @exception    E_OBJ_NOT_FOUND     The listener instance is not found.
        */
        result RemoveMessagePortListener(IMessagePortListener& listener);
 
        /**
-       * Gets the name of a local message port.
+       * Gets the name of the local message port.
        *
        * @since    2.0
        *
-       * @return               The name of a local message port
+       * @return               The name of the local message port
        */
        Tizen::Base::String GetName(void) const;
 
        /**
-       * Checks whether an instance is a trusted message port or not.
+       * Checks whether the instance is a trusted message port or not.
        *
        * @since    2.0
        *