X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoLocalMessagePort.h;h=b78207ced8ddd8f0dbf5cabcea4b0df51cf1533d;hb=67968df1190dbbb5530d1827ec10c2e9f263f09d;hp=b5ea461b238c802a113441d4fb74aa9c9ac73afe;hpb=27f1388665067f69d5eb64e0cae6bb5f4250beec;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoLocalMessagePort.h b/inc/FIoLocalMessagePort.h index b5ea461..b78207c 100644 --- a/inc/FIoLocalMessagePort.h +++ b/inc/FIoLocalMessagePort.h @@ -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 *