From 4e13e7fae39e3a5410f80d20e01a522ba87fc210 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Fri, 26 Apr 2013 22:08:48 +0900 Subject: [PATCH] proper OSP deprecate tag handling Change-Id: If2476ffb5bc56214cb151826cfb5996427257b73 Signed-off-by: Young Ik Cho --- inc/FCntContentTransferInfo.h | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/inc/FCntContentTransferInfo.h b/inc/FCntContentTransferInfo.h index 6fc947f..32a283d 100644 --- a/inc/FCntContentTransferInfo.h +++ b/inc/FCntContentTransferInfo.h @@ -34,22 +34,12 @@ class IContentTransferListener; /** * @if OSPDEPREC - * @class ContentTransferInfo - * @brief [Deprecated] This class contains methods that provide information about the content transfer. - * - * @deprecated This class is deprecated. Instead of using this class, use DownloadManager class. - * @since 2.0 - * - * The %ContentTransferInfo class provides information about the transfer of content between the device and servers. - * @endif - */ - -/** * @enum ContentTransferStatus * * Defines the content transfer status. * * @since 2.0 + * #endif */ enum ContentTransferStatus { @@ -59,6 +49,17 @@ enum ContentTransferStatus CONTENT_TRANSFER_STATUS_DOWNLOAD_READY, /**< The Download ready status */ }; +/** + * @if OSPDEPREC + * @class ContentTransferInfo + * @brief [Deprecated] This class contains methods that provide information about the content transfer. + * + * @deprecated This class is deprecated. Instead of using this class, use DownloadManager class. + * @since 2.0 + * + * The %ContentTransferInfo class provides information about the transfer of content between the device and servers. + * @endif + */ class _OSP_EXPORT_ ContentTransferInfo : virtual public Tizen::Base::Object { -- 2.7.4