Revert "[Tizen] Remove profile build dependencies"
[platform/core/uifw/dali-adaptor.git] / adaptors / common / application-impl.h
old mode 100755 (executable)
new mode 100644 (file)
index b76ead8..4af4577
@@ -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();
@@ -341,6 +346,7 @@ private:
   std::string                           mName;
   std::string                           mStylesheet;
   EnvironmentOptions                    mEnvironmentOptions;
+  bool                                  mUseRemoteSurface;
 
   SlotDelegate< Application >           mSlotDelegate;
 };