X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Finternal%2Fbuilder%2Fbuilder-declarations.h;h=09a5fd17518ffac4617ffbfa3e708f12eae64e43;hb=610495b8647d1a25c98bf0773ccc0dd6d1996263;hp=b0e28a2d6c1d48782b0ded9be408af169983e38e;hpb=e2eda444afbe82e9591fe198eef339227f90a616;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/builder-declarations.h b/dali-toolkit/internal/builder/builder-declarations.h index b0e28a2..09a5fd1 100644 --- a/dali-toolkit/internal/builder/builder-declarations.h +++ b/dali-toolkit/internal/builder/builder-declarations.h @@ -1,26 +1,34 @@ -#ifndef __DALI_TOOLKIT_BUILDER_DECLARATIONS_H__ -#define __DALI_TOOLKIT_BUILDER_DECLARATIONS_H__ +#ifndef DALI_TOOLKIT_BUILDER_DECLARATIONS_H +#define DALI_TOOLKIT_BUILDER_DECLARATIONS_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) 2019 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. + * + */ // EXTERNAL INCLUDES -#include +#include +#include +#include +#include +#include +#include +#include -#include +// INTERNAL INCLUDES +#include #include typedef Dali::Toolkit::TreeNode TreeNode; @@ -39,5 +47,6 @@ typedef OptionalValue OptionalString; typedef OptionalValue OptionalMatrix; typedef OptionalValue OptionalMatrix3; typedef OptionalValue > OptionalRect; +typedef OptionalValue OptionalExtents; -#endif // __DALI_TOOLKIT_BUILDER_DECLARATIONS_H__ +#endif // DALI_TOOLKIT_BUILDER_DECLARATIONS_H