Seperate the API macros
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / text-abstraction / bidirectional-support.h
old mode 100644 (file)
new mode 100755 (executable)
index 5ebeafd..55ba1f9
@@ -2,7 +2,7 @@
 #define __DALI_PLATFORM_TEXT_ABSTRACTION_BIDIRECTIONAL_SUPPORT_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.
@@ -24,6 +24,9 @@
 // EXTERNAL INCLUDES
 #include <dali/public-api/object/base-handle.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 
@@ -41,7 +44,7 @@ class BidirectionalSupport;
  * BidirectionalSupport API
  *
  */
-class DALI_IMPORT_API BidirectionalSupport : public BaseHandle
+class DALI_ADAPTOR_API BidirectionalSupport : public BaseHandle
 {
 
 public: