[Tizen] Add deprecated logs to Adaptor and Application
[platform/core/uifw/dali-adaptor-legacy.git] / dali / public-api / adaptor-framework / application.h
index 38dec63..ce7747e 100644 (file)
@@ -43,6 +43,8 @@ class Application;
 }
 }
 /**
+ * @DEPRECATED_1_5.19
+ *
  * @brief An Application class object should be created by every application
  * that wishes to use Dali.
  *
@@ -124,6 +126,8 @@ public:
 public:
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief This is the constructor for applications without an argument list.
    * @SINCE_1_0.0
    * @PRIVLEVEL_PUBLIC
@@ -133,6 +137,8 @@ public:
   static Application New();
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief This is the constructor for applications.
    *
    * @SINCE_1_0.0
@@ -145,6 +151,8 @@ public:
   static Application New( int* argc, char **argv[] );
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief This is the constructor for applications with a name.
    *
    * @SINCE_1_0.0
@@ -159,6 +167,8 @@ public:
   static Application New( int* argc, char **argv[], const std::string& stylesheet );
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief This is the constructor for applications with a name.
    *
    * @SINCE_1_0.0
@@ -174,6 +184,8 @@ public:
   static Application New( int* argc, char **argv[], const std::string& stylesheet, WINDOW_MODE windowMode );
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief This is the constructor for applications.
    *
    * @SINCE_1_2.60