Revert "[Tizen] Remove profile build dependencies"
[platform/core/uifw/dali-adaptor.git] / adaptors / common / application-impl.h
index 642bf74..4af4577 100644 (file)
@@ -141,6 +141,11 @@ public: // Lifecycle functionality
   void DoInit();
 
   /**
+   * Called after OnInit is called or the framework is started.
+   */
+  void DoStart();
+
+  /**
    * Called when OnTerminate is called or the framework is terminated.
    */
   void DoTerminate();
@@ -342,7 +347,6 @@ private:
   std::string                           mStylesheet;
   EnvironmentOptions                    mEnvironmentOptions;
   bool                                  mUseRemoteSurface;
-  bool                                  mInitialized;
 
   SlotDelegate< Application >           mSlotDelegate;
 };