X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoServerChannel.h;h=135cde4aa2c92df191e5f75ca165ca214a64f2e0;hb=b54953ec1a6df32b1f10ce54ec189c9a3ad826b0;hp=5a3c9bc51b100269155c82a8a1696cbf616c4692;hpb=92220ef95d9e3ae9ab3b2b47a183f6dfbf6fdbb6;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoServerChannel.h b/inc/FIoServerChannel.h index 5a3c9bc..135cde4 100644 --- a/inc/FIoServerChannel.h +++ b/inc/FIoServerChannel.h @@ -14,10 +14,12 @@ // 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.