Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FIoServerChannel.h
index 0111068..135cde4 100644 (file)
@@ -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.