Implementation of ImmutableString
[platform/framework/native/appfw.git] / inc / FIoClientChannel.h
index 5f00e5a..4c75e4f 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // limitations under the License.
 //
 /**
+ * @if OSPDEPREC
  * @file               FIoClientChannel.h
  * @brief              This is the header file for the %ClientChannel class.
  *
  * This header file contains the declarations of the %ClientChannel class.
+ * @endif
  */
 #ifndef _FIO_CLIENT_CHANNEL_H_
 #define _FIO_CLIENT_CHANNEL_H_
@@ -45,8 +46,6 @@ namespace Tizen { namespace Io
 * The %ClientChannel class provides methods for sending a request to another application's ServerChannel. To receive a response
 * for the request, set the ChannelResponseEventListener interface. The instance of %ClientChannel can be retrieved
 * using ClientChannel::GetInstance().
-* @n
-* For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/io/channels.htm">Channel Communication</a>.
 *
 * The following example demonstrates how to use the %ClientChannel class.
 *