X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fbuilder%2Fjson-parser.h;h=5ea57e23a0b55135709b51a1b5952542520ccde5;hp=a47ea63f1ed4a29488ea3b36175234c85e5535e7;hb=69c760f194a0363e7b6b4996e2b4ba8ce01e985a;hpb=40472c84617d3f505ba9861d3628f77e796ab45c diff --git a/base/dali-toolkit/public-api/builder/json-parser.h b/base/dali-toolkit/public-api/builder/json-parser.h index a47ea63..5ea57e2 100644 --- a/base/dali-toolkit/public-api/builder/json-parser.h +++ b/base/dali-toolkit/public-api/builder/json-parser.h @@ -1,21 +1,22 @@ #ifndef __DALI_JSON_PARSER_H__ #define __DALI_JSON_PARSER_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. + * + */ #include #include @@ -62,10 +63,12 @@ public: */ JsonParser(); - /* - * virtual Destructor + /** + * @brief Destructor + * + * This is non-virtual since derived Handle types must not contain data or virtual methods. */ - virtual ~JsonParser(); + ~JsonParser(); /** * Downcast an Object handle to JsonParser if it is a JsonParser.