Fix N_SE-56436 for Screen lock.
[platform/framework/native/appfw.git] / inc / FIoIChannelResponseEventListener.h
index d49c916..37ec6e7 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               FIoIChannelResponseEventListener.h
  * @brief              This is the header file for the %IChannelResponseEventListener interface.
  *
  * This header file contains the declarations of the %IChannelResponseEventListener interface.
- *
+ * @endif
  */
 #ifndef _FIO_ICHANNEL_RESPONSEEVENT_LISTENER_H_
 #define _FIO_ICHANNEL_RESPONSEEVENT_LISTENER_H_
@@ -39,7 +39,7 @@ class ClientChannel;
 * @interface IChannelResponseEventListener
 * @brief    <i> [Deprecated] </i> This interface provides event handlers for any response events received through a channel.
 *
-* @deprecated  This class is deprecated. Instead of using this class, use MessagePortManager class.
+* @deprecated  This interface is deprecated. Instead of using this interface, use the MessagePortManager class.
 * @since    2.0
 *
 *  The %IChannelResponseEventListener interface provides event handlers for receiving the channel response events.
@@ -50,7 +50,8 @@ class _OSP_EXPORT_ IChannelResponseEventListener
 {
 public:
        /**
-        * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since   2.0
         */