X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fadaptor%2Fcommon%2Fadaptor-impl.h;h=98d1dbc8ee9f2ea4b31d4f4e5d461cf592ce52f6;hb=b52dc2f84e3fa46834cdabc6c15a83e3995865e2;hp=454b81ea8f8f05799b7ceeab35de6f8e0ef35bac;hpb=66487a8b4a7abc41c78f60ef8fe40e1a167c4888;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/adaptor/common/adaptor-impl.h b/dali/internal/adaptor/common/adaptor-impl.h index 454b81e..98d1dbc 100644 --- a/dali/internal/adaptor/common/adaptor-impl.h +++ b/dali/internal/adaptor/common/adaptor-impl.h @@ -249,7 +249,7 @@ public: // AdaptorInternalServices implementation /** * @copydoc Dali::Adaptor::AddIdle() */ - virtual bool AddIdle(CallbackBase* callback, bool hasReturnValue, bool forceAdd); + virtual bool AddIdle(CallbackBase* callback, bool hasReturnValue); /** * Adds a new Window instance to the Adaptor @@ -639,6 +639,11 @@ private: void SetupSystemInformation(); /** + * Remove system information if needs + */ + void RemoveSystemInformation(); + + /** * Adds a callback to be run when entering an idle state. * * A callback of the following type should be used: @@ -647,7 +652,7 @@ private: * @endcode * This callback will be called repeatedly as long as it returns true. A return of 0 deletes this callback. */ - bool AddIdleEnterer(CallbackBase* callback, bool forceAdd); + bool AddIdleEnterer(CallbackBase* callback); /** * Removes a previously added the idle enterer callback.