[Tizen] Add codes for Dali Windows Backend
[platform/core/uifw/dali-core.git] / dali / devel-api / threading / mutex.h
old mode 100644 (file)
new mode 100755 (executable)
index cd41f9a..2173edc
@@ -2,7 +2,7 @@
 #define __DALI_MUTEX_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.
@@ -30,7 +30,7 @@ namespace Dali
 /**
  * Class to synchronize access to critical resources from multiple threads
  */
-class DALI_IMPORT_API Mutex
+class DALI_CORE_API Mutex
 {
 public:
 
@@ -57,7 +57,7 @@ public:
    * Note! this class *does not* prevent a deadlock in the case when same thread is
    * locking the same mutex twice.
    */
-  class ScopedLock
+  class DALI_CORE_API ScopedLock
   {
   public: