X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-layout.h;h=6b829ce0a28dd154e65e1ea12648210824b4d90f;hp=ee9ca7d829e07f172d3bb763aa70b61897d3f9fa;hb=37d51e563d75f5f88f4db7d662eb85ce3df9ad55;hpb=4b347781c8761d2909b235ded2e98d272fa9ac16 diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h index ee9ca7d..6b829ce 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_ITEM_LAYOUT_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -20,8 +20,7 @@ // EXTERNAL INCLUDES #include -#include -#include +#include // INTERNAL INCLUDES #include @@ -37,11 +36,6 @@ class ItemLayout; typedef IntrusivePtr ItemLayoutPtr; ///< Pointer to a Dali::Toolkit::ItemLayout object -typedef std::vector ItemLayoutContainer; ///< Container of Dali::Toolkit::ItemLayout objects -typedef ItemLayoutContainer::iterator ItemLayoutIter; ///< Iterator for Dali::Toolkit::ItemLayoutContainer -typedef ItemLayoutContainer::const_iterator ItemLayoutConstIter; ///< Const Iterator for Dali::Toolkit::ItemLayoutContainer - - /** * @brief A support class for managing ranges of items. */