proper OSP deprecate tag handling 2.1b_release accepted/tizen_2.1/20130426.150447 submit/tizen_2.1/20130426.145935
authorYoung Ik Cho <youngik.cho@samsung.com>
Fri, 26 Apr 2013 13:08:48 +0000 (22:08 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Fri, 26 Apr 2013 13:08:48 +0000 (22:08 +0900)
Change-Id: If2476ffb5bc56214cb151826cfb5996427257b73
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
inc/FCntContentTransferInfo.h

index 6fc947f..32a283d 100644 (file)
@@ -34,22 +34,12 @@ class IContentTransferListener;
 
 /**
  * @if OSPDEPREC
- * @class      ContentTransferInfo
- * @brief      <i> [Deprecated] </i> 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      <i> [Deprecated] </i> 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
 {