Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FIoServerChannel.h
index 5a3c9bc..135cde4 100644 (file)
 // limitations under the License.
 //
 /**
+ * @if OSPDEPREC
  * @file               FIoServerChannel.h
  * @brief              This is the header file for the %ServerChannel class.
  *
  * This header file contains the declarations of the %ServerChannel class.
+ * @endif
  */
 #ifndef _FIO_SERVER_CHANNEL_H_
 #define _FIO_SERVER_CHANNEL_H_
@@ -40,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.
 *
@@ -133,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.
@@ -147,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.