X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fadaptor%2Fcommon%2Fadaptor-impl.h;h=279ff142b0399c77d2f983728365efc02b813ca6;hb=a29a8ab7d7d4a191b6035f6a39dccd06d061362b;hp=a24a7f2663d73a48e15ff9bf5a2aafc831576f0f;hpb=f28249f89a42f1a031249a041ae09eab514004d5;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 a24a7f2..279ff14 100644 --- a/dali/internal/adaptor/common/adaptor-impl.h +++ b/dali/internal/adaptor/common/adaptor-impl.h @@ -444,6 +444,11 @@ public: const LogFactoryInterface& GetLogFactory(); /** + * @copydoc Dali::Adaptor::GetTraceFactory + */ + const TraceFactoryInterface& GetTraceFactory(); + + /** * @copydoc Dali::Adaptor::RegisterProcessor */ void RegisterProcessor(Integration::Processor& processor, bool postProcessor); @@ -557,7 +562,12 @@ public: // Signals public: // From Dali::Internal::Adaptor::CoreEventInterface /** - * @copydoc Dali::Internal::Adaptor:CoreEventInterface:::ProcessCoreEvents() + * @copydoc Dali::Internal::Adaptor::CoreEventInterface:::FlushUpdateMessages() + */ + void FlushUpdateMessages() override; + + /** + * @copydoc Dali::Internal::Adaptor::CoreEventInterface:::ProcessCoreEvents() */ void ProcessCoreEvents() override; @@ -567,7 +577,7 @@ private: // From Dali::Internal::Adaptor::CoreEventInterface */ void QueueCoreEvent(const Dali::Integration::Event& event) override; -private: // From Dali::Integration::RenderController +public: // From Dali::Integration::RenderController /** * @copydoc Dali::Integration::RenderController::RequestUpdate() */ @@ -629,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: