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%2Fdepth-layout.h;h=f9b12af01a3da6f08ca75a96474c45f4f1f09a18;hp=16154463b459f5ac3e63311d07ad5af7cd7d96c7;hb=e217915091790637a8b4ea7e34480e852d242efd;hpb=e2eda444afbe82e9591fe198eef339227f90a616 diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/depth-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/depth-layout.h index 1615446..f9b12af 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/depth-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/depth-layout.h @@ -1,28 +1,27 @@ #ifndef __DALI_TOOLKIT_DEPTH_LAYOUT_H__ #define __DALI_TOOLKIT_DEPTH_LAYOUT_H__ -// -// Copyright (c) 2014 Samsung Electronics Co., Ltd. -// -// Licensed under the Flora License, Version 1.0 (the License); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://floralicense.org/license/ -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an AS IS BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +/* + * Copyright (c) 2014 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ // INTERNAL INCLUDES -#include - #include -namespace Dali DALI_IMPORT_API +namespace Dali { namespace Toolkit @@ -35,7 +34,7 @@ typedef IntrusivePtr DepthLayoutPtr; /** * This layout arranges items in a grid, which scrolls along the Z-Axis. */ -class DepthLayout : public ItemLayout +class DALI_IMPORT_API DepthLayout : public ItemLayout { public: