X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fthreading%2Fmutex.h;h=26dfe11a7ff8f2fdd1ca4715870c4af7cbfe1f8a;hb=0643c768fd100bd7ffb522e3358b88d075bc1d2e;hp=cd41f9a695089adc608300da865edb0d28bdbc5e;hpb=6e3411d394aefb0b2ef194bf3bd5cc7f70091d84;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: