Seperate the API macros
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / performance-logger.h
old mode 100644 (file)
new mode 100755 (executable)
index 30992d0..7b104d0
@@ -2,7 +2,7 @@
 #define __DALI_PERFORMANCE_LOGGER_H__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 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.
@@ -21,6 +21,9 @@
 // EXTERNAL INCLUDES
 #include <dali/public-api/object/base-handle.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 
@@ -35,7 +38,7 @@ class PerformanceLogger;
 /**
  * @brief Performance logger class
  */
-class DALI_IMPORT_API PerformanceLogger : public BaseHandle
+class DALI_ADAPTOR_API PerformanceLogger : public BaseHandle
 {
 public: