X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoIChannelResponseEventListener.h;h=37ec6e763aee88963e37ea92baf1e97eb1cb70f6;hb=376b1791f5888970901326fa60f67431fa701a4d;hp=a8dd254d1b2c70d775514f4982214fe12288b38b;hpb=84ae32fc9014edf1457554db60000885285034ff;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoIChannelResponseEventListener.h b/inc/FIoIChannelResponseEventListener.h index a8dd254..37ec6e7 100644 --- a/inc/FIoIChannelResponseEventListener.h +++ b/inc/FIoIChannelResponseEventListener.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -15,11 +14,12 @@ // 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 [Deprecated] This interface provides event handlers for any response events received through a channel. * -* @deprecated This class is deprecated. Instead of using this class, use the 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 */