X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fthreading%2Fmutex.h;h=26dfe11a7ff8f2fdd1ca4715870c4af7cbfe1f8a;hb=649ec06daecb510fb84fe4642a6af957f127e7ab;hp=cd41f9a695089adc608300da865edb0d28bdbc5e;hpb=4468cbf6d9b84a613616f25970c64d843ce91d34;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/threading/mutex.h b/dali/devel-api/threading/mutex.h index cd41f9a..26dfe11 100644 --- 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: