Seperate the API macros
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / application-extensions.h
index 51f55a2..31056b0 100755 (executable)
@@ -2,7 +2,7 @@
 #define __DALI_APPLICATION_EXTENSIONS_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.
@@ -18,8 +18,8 @@
  *
  */
 
-// EXTERNAL INCLUDES
-#include <dali/public-api/common/dali-common.h>
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
 
 namespace Dali
 {
@@ -31,7 +31,7 @@ class Application;
  * It provides some extension methods to DaliApplication.
  *
  */
-class DALI_IMPORT_API ApplicationExtensions
+class DALI_ADAPTOR_API ApplicationExtensions
 {
 public: