Revert "[Tizen] Add codes for Dali Windows Backend"
[platform/core/uifw/dali-core.git] / dali / devel-api / threading / conditional-wait.h
index 81660cc..24a0874 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_CONDITIONAL_WAIT_H__
 
 /*
- * Copyright (c) 2017 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.
@@ -27,7 +27,7 @@ namespace Dali
 /**
  * Helper class to allow conditional waiting and notifications between multiple threads.
  */
-class DALI_IMPORT_API ConditionalWait
+class DALI_CORE_API ConditionalWait
 {
 public: