X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Ftrace%2Fgeneric%2Ftrace-manager-impl-generic.h;h=c802a7c4e8830c726bb4da6b460ad151709c8f96;hb=299781da2924963459b7f13cfb8b39f2374db55d;hp=be99e8eaedc9d4e770cae7c0949efdedb5b07666;hpb=54de04b8698bcafee7f8dc623d19a30fc006de0b;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/trace/generic/trace-manager-impl-generic.h b/dali/internal/trace/generic/trace-manager-impl-generic.h index be99e8e..c802a7c 100644 --- a/dali/internal/trace/generic/trace-manager-impl-generic.h +++ b/dali/internal/trace/generic/trace-manager-impl-generic.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_TRACE_MANAGER_IMPL_GENERIC_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,10 +25,8 @@ namespace Dali { - namespace Internal { - namespace Adaptor { class PerformanceInterface; @@ -45,7 +43,7 @@ public: /** * Explicit Constructor */ - explicit TraceManagerGeneric( PerformanceInterface* performanceInterface ); + explicit TraceManagerGeneric(PerformanceInterface* performanceInterface); protected: /** @@ -56,14 +54,13 @@ protected: /** * Obtain the LogContextFunction method (Generic specific) used for tracing */ - virtual Dali::Integration::Trace::LogContextFunction GetLogContextFunction() final; + Dali::Integration::Trace::LogContextFunction GetLogContextFunction() final; private: - /** * LogContext method (Generic specific) used for tracing */ - static void LogContext( bool start, const char* tag ); + static void LogContext(bool start, const char* tag, const char* message); }; } // namespace Adaptor