X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fthreading%2Fmutex.h;h=2173edcac18e887e13ed5a5f08449369a3890d18;hb=01c39de261f6eb4e759c7a249e5d67dfef83bca2;hp=cd41f9a695089adc608300da865edb0d28bdbc5e;hpb=a24132aca321ed9729380f6b438f09ef02ef7071;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 cd41f9a..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) 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: