X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=capi%2Fdali%2Fpublic-api%2Fadaptor-framework%2Fcommon%2Fclipboard.h;h=7feaab57a5e42faed940032793e350441a4c3ed0;hb=65378dea914215b153e80e6daf6d8f2cab49c6d0;hp=ae3bdccb40cec1c4bf1be06bdded69d446345023;hpb=131bf1aacfa8a71d7b63263a1bfdfb9332c3a341;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/capi/dali/public-api/adaptor-framework/common/clipboard.h b/capi/dali/public-api/adaptor-framework/common/clipboard.h index ae3bdcc..7feaab5 100644 --- a/capi/dali/public-api/adaptor-framework/common/clipboard.h +++ b/capi/dali/public-api/adaptor-framework/common/clipboard.h @@ -1,21 +1,22 @@ #ifndef __DALI_CLIPBOARD_H__ #define __DALI_CLIPBOARD_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. + * + */ /** @@ -57,9 +58,11 @@ public: Clipboard(); /** - * @brief Virtual destructor. + * @brief Destructor + * + * This is non-virtual since derived Handle types must not contain data or virtual methods. */ - virtual ~Clipboard(); + ~Clipboard(); /** * @brief This constructor is used by Adaptor::GetClipboard().