X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Factors%2Flayer.cpp;h=2f19079147990bdd16e7cbf04d8425f71062b521;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=1f1be7cd77580e8d0c6da3c628ef830567eb0b0d;hpb=0db05961b8c65b81ab2e8795f3264cd6fb5cc919;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/actors/layer.cpp b/dali/public-api/actors/layer.cpp index 1f1be7c..2f19079 100644 --- a/dali/public-api/actors/layer.cpp +++ b/dali/public-api/actors/layer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -23,8 +23,6 @@ namespace Dali { -using Dali::Layer; - Layer::Layer() = default; Layer Layer::New() @@ -45,9 +43,9 @@ Layer::Layer(const Layer& copy) = default; Layer& Layer::operator=(const Layer& rhs) = default; -Layer::Layer(Layer&& rhs) = default; +Layer::Layer(Layer&& rhs) noexcept = default; -Layer& Layer::operator=(Layer&& rhs) = default; +Layer& Layer::operator=(Layer&& rhs) noexcept = default; void Layer::Raise() {