X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoServerChannel.h;h=135cde4aa2c92df191e5f75ca165ca214a64f2e0;hb=07a771d39ebf4c7f26a04aeb3e06f9d7eb1c6dc2;hp=01110685c167d4ff6968aa960872bd51dfc6e54b;hpb=9cdc2acce39a2b057b77da1fa02828d068cd7dc6;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoServerChannel.h b/inc/FIoServerChannel.h index 0111068..135cde4 100644 --- a/inc/FIoServerChannel.h +++ b/inc/FIoServerChannel.h @@ -42,7 +42,9 @@ namespace Tizen { namespace Io * * @final This class is not intended for extension. * -* The %ServerChannel class provides methods to receive a request from a client application. An application can receive a request from another application using the %ServerChannel class. The instance of %ServerChannel is retrieved using ServerChannel::GetInstance(). +* The %ServerChannel class provides methods to receive a request from a client application. An application can receive a +* request from another application using the %ServerChannel class. The instance of %ServerChannel is retrieved using +* ServerChannel::GetInstance(). * * The following example demonstrates how to use the %ServerChannel class. * @@ -135,7 +137,7 @@ public: * * @since 2.0 * - * @return A pointer to the %ServerChannel instance, @n + * @return The pointer to the %ServerChannel 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. @@ -149,7 +151,7 @@ public: * * @since 2.0 * - * @return A pointer to the %ServerChannel instance, @n + * @return The pointer to the %ServerChannel instance, @n * else @c null if it fails * @param[in] channelName The channel name * @exception E_SUCCESS The method is successful.