X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoClientChannel.h;h=4b5f35007907ce251e610ab08a599637a57ad50a;hb=20597a73bc3098301ba91a48378f3ef009c3be96;hp=4c75e4f1dc1de09a70c6545c3ddd9e28a4123b3b;hpb=8929b06177b04102ba17d8f324cd95089ea93261;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoClientChannel.h b/inc/FIoClientChannel.h index 4c75e4f..4b5f350 100644 --- a/inc/FIoClientChannel.h +++ b/inc/FIoClientChannel.h @@ -126,7 +126,7 @@ public: * * @since 2.0 * - * @return A pointer to the %ClientChannel instance, @n + * @return The pointer to the %ClientChannel instance, @n * else @c null if it fails * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM The method cannot proceed due to a severe system error. @@ -139,7 +139,7 @@ public: * * @since 2.0 * - * @return A pointer to the %ClientChannel instance, @n + * @return The pointer to the %ClientChannel instance, @n * else @c null if it fails * @param[in] channelName The channel name * @exception E_SUCCESS The method is successful. @@ -163,13 +163,13 @@ public: * * @since 2.0 * - * @return An error code - * @param[in] serverChannelId The server channel ID which can be either application ID or appicationID.ChannelName - * @param[in] pArgs A pointer to an argument list of type String - * @param[out] reqId The request ID - * @exception E_SUCCESS The method is successful. - * @exception E_OBJ_NOT_FOUND The server channel is not found. - * @exception E_SYSTEM The method cannot proceed due to a severe system error. + * @return An error code + * @param[in] serverChannelId The server channel ID which can be either application ID or appicationID.ChannelName + * @param[in] pArgs A pointer to an argument list of type String + * @param[out] reqId The request ID + * @exception E_SUCCESS The method is successful. + * @exception E_OBJ_NOT_FOUND The server channel is not found. + * @exception E_SYSTEM The method cannot proceed due to a severe system error. */ result SendRequest(const Tizen::Base::String& serverChannelId, const Tizen::Base::Collection::IList* pArgs, RequestId& reqId);