X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fimage-loader%2Fimage-load-thread.h;h=85ea4195b4f6afe623ed48d2ef6a8f6f4041b5c7;hp=4eddce719f4f2accc42b1d703c8ce093c33ab4d5;hb=b87ea88c9c1af89ddbca860abda6ed9154820ab7;hpb=41307f75478fd6c6fb5f9ae7e7de5036647f39b3 diff --git a/dali-toolkit/internal/image-loader/image-load-thread.h b/dali-toolkit/internal/image-loader/image-load-thread.h index 4eddce7..85ea419 100644 --- a/dali-toolkit/internal/image-loader/image-load-thread.h +++ b/dali-toolkit/internal/image-loader/image-load-thread.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_IMAGE_LOAD_THREAD_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -83,6 +83,8 @@ public: * Add a task in to the loading queue * * @param[in] task The task added to the queue. + * + * @note This class takes ownership of the task object */ void AddTask( LoadingTask* task );