X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fthreading%2Fconditional-wait.h;h=24a087449f85a4056db320492fad4dd18a791547;hb=649ec06daecb510fb84fe4642a6af957f127e7ab;hp=81660cc3bb43fdb92b35823e76274e541931d44d;hpb=c624b449b46d7f948908658a794156fc306c3189;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/threading/conditional-wait.h b/dali/devel-api/threading/conditional-wait.h index 81660cc..24a0874 100644 --- a/dali/devel-api/threading/conditional-wait.h +++ b/dali/devel-api/threading/conditional-wait.h @@ -2,7 +2,7 @@ #define __DALI_CONDITIONAL_WAIT_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. @@ -27,7 +27,7 @@ namespace Dali /** * Helper class to allow conditional waiting and notifications between multiple threads. */ -class DALI_IMPORT_API ConditionalWait +class DALI_CORE_API ConditionalWait { public: