X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fthreading%2Fmutex.h;h=2173edcac18e887e13ed5a5f08449369a3890d18;hb=a17c4357f76f24d334fccde990de4daebf43e164;hp=9490212a5933c95a94fa18a0bf58cbd53191e919;hpb=4dfbc238a8f0f3aeb9de6a800aaea460972a6b40;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/threading/mutex.h b/dali/devel-api/threading/mutex.h old mode 100644 new mode 100755 index 9490212..2173edc --- a/dali/devel-api/threading/mutex.h +++ b/dali/devel-api/threading/mutex.h @@ -2,7 +2,7 @@ #define __DALI_MUTEX_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. @@ -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: