Revert "[Tizen] Add codes for Dali Windows Backend"
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / drag-and-drop-detector.h
old mode 100644 (file)
new mode 100755 (executable)
index 46b8517..21232ee
@@ -2,7 +2,7 @@
 #define __DALI_DRAG_AND_DROP_DETECTOR_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.
@@ -23,6 +23,9 @@
 #include <dali/public-api/object/base-handle.h>
 #include <dali/public-api/signals/dali-signal.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 
@@ -85,7 +88,7 @@ class DragAndDropDetector;
  *
  * @endcode
  */
-class DALI_IMPORT_API DragAndDropDetector : public BaseHandle
+class DALI_ADAPTOR_API DragAndDropDetector : public BaseHandle
 {
 public: