X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=base%2Fdali-toolkit%2Fpublic-api%2Fshader-effects%2Fbouncing-effect.h;h=a9e62808fec001fb6b1d23b7d8e0046c5ddfd083;hb=d9b7907a944d4ca0568b34361f334026999312bc;hp=3b63fdc73052ed9c59e2eef6368464f6efcbf61b;hpb=30f6ca1e541089b19f2b349a8a12d8a5bcaf2f9e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/public-api/shader-effects/bouncing-effect.h b/base/dali-toolkit/public-api/shader-effects/bouncing-effect.h index 3b63fdc..a9e6280 100644 --- a/base/dali-toolkit/public-api/shader-effects/bouncing-effect.h +++ b/base/dali-toolkit/public-api/shader-effects/bouncing-effect.h @@ -1,21 +1,22 @@ #ifndef __DALI_TOOLKIT_SHADER_EFFECT_BOUNCING_H__ #define __DALI_TOOLKIT_SHADER_EFFECT_BOUNCING_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 @@ -55,9 +56,11 @@ public: BouncingEffect(); /** - * @brief Virtual destructor + * @brief Destructor + * + * This is non-virtual since derived Handle types must not contain data or virtual methods. */ - virtual ~BouncingEffect(); + ~BouncingEffect(); /** * @brief Create a BouncingEffect object