X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=capi%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fpush-button.h;h=30bad261b7ebb046027dd3bd621767cc1a6bd264;hb=d585c0f0d53c488eb5026d2e9c49e90698b20181;hp=4382cfb6e35607e554898b1bc4a87a34aab59d3e;hpb=30f6ca1e541089b19f2b349a8a12d8a5bcaf2f9e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/capi/dali-toolkit/public-api/controls/buttons/push-button.h b/capi/dali-toolkit/public-api/controls/buttons/push-button.h index 4382cfb..30bad26 100644 --- a/capi/dali-toolkit/public-api/controls/buttons/push-button.h +++ b/capi/dali-toolkit/public-api/controls/buttons/push-button.h @@ -1,21 +1,22 @@ #ifndef __DALI_TOOLKIT_PUSH_BUTTON_H__ #define __DALI_TOOLKIT_PUSH_BUTTON_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. + * + */ /** * @addtogroup CAPI_DALI_TOOLKIT_BUTTONS_MODULE @@ -122,11 +123,11 @@ public: PushButton& operator=( const PushButton& pushButton ); /** - * @brief Virtual destructor. + * @brief Destructor * - * Dali::Object derived classes typically do not contain member data. + * This is non-virtual since derived Handle types must not contain data or virtual methods. */ - virtual ~PushButton(); + ~PushButton(); /** * @brief Create an initialized PushButton.