Seperate the API macros
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / orientation.h
old mode 100644 (file)
new mode 100755 (executable)
index 603063a..3c6edb0
@@ -2,7 +2,7 @@
 #define __DALI_ORIENTATION_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.
@@ -22,6 +22,9 @@
 #include <dali/public-api/signals/dali-signal.h>
 #include <dali/public-api/object/base-handle.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 
@@ -40,7 +43,7 @@ class Orientation;
  * Dali applications have full control over visual layout when the device is rotated
  * i.e. the application developer decides which UI controls to rotate, if any.
  */
-class DALI_IMPORT_API Orientation : public BaseHandle
+class DALI_ADAPTOR_API Orientation : public BaseHandle
 {
 public: