X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Frender-tasks%2Frender-task-list.cpp;h=8f8359c7472dffcfb3afde327c8a3c8d4b55fe36;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hp=ea0f4f9913cbbcaa2952e5120d8a573d9c791d1c;hpb=04d9131ea1ae8dc525f3c6500cf2f566a25a2e46;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/render-tasks/render-task-list.cpp b/dali/public-api/render-tasks/render-task-list.cpp index ea0f4f9..8f8359c 100644 --- a/dali/public-api/render-tasks/render-task-list.cpp +++ b/dali/public-api/render-tasks/render-task-list.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 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. @@ -58,12 +58,12 @@ void RenderTaskList::RemoveTask( RenderTask task ) GetImplementation(*this).RemoveTask( task ); } -unsigned int RenderTaskList::GetTaskCount() const +uint32_t RenderTaskList::GetTaskCount() const { return GetImplementation(*this).GetTaskCount(); } -RenderTask RenderTaskList::GetTask( unsigned int index ) const +RenderTask RenderTaskList::GetTask( uint32_t index ) const { return GetImplementation(*this).GetTask( index ); }