(SVACE Issues Fix) Initialise uninitialised member variables
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / common / performance-logger-impl.h
index d507221..cd7498f 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_PERFORMANCE_LOGGER_H__
-#define __DALI_INTERNAL_PERFORMANCE_LOGGER_H__
+#ifndef DALI_INTERNAL_PERFORMANCE_LOGGER_H
+#define DALI_INTERNAL_PERFORMANCE_LOGGER_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 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.
@@ -62,7 +62,7 @@ public:
   /**
    * Destructor.
    */
-  virtual ~PerformanceLogger();
+  ~PerformanceLogger() override;
 
   /**
    * Add a performance marker
@@ -123,4 +123,4 @@ inline static const  Internal::Adaptor::PerformanceLogger& GetImplementation( co
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_PERFORMANCE_LOGGER_H__
+#endif // DALI_INTERNAL_PERFORMANCE_LOGGER_H