X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Ftexture-upload-observer.cpp;h=5c46ff2133219e29e6ed75234da3d079a389f987;hb=refs%2Fchanges%2F46%2F265846%2F1;hp=8ffd35feb47eda1d2e2a04fee46978c7041d3a4f;hpb=dfc52dd91d794065546f0d816703eed19cc8c32b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/texture-upload-observer.cpp b/dali-toolkit/internal/visuals/texture-upload-observer.cpp index 8ffd35f..5c46ff2 100644 --- a/dali-toolkit/internal/visuals/texture-upload-observer.cpp +++ b/dali-toolkit/internal/visuals/texture-upload-observer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -20,19 +20,17 @@ namespace Dali { - namespace Toolkit { - TextureUploadObserver::TextureUploadObserver() { } TextureUploadObserver::~TextureUploadObserver() { - if( !mDestructionSignal.Empty() ) + if(!mDestructionSignal.Empty()) { - mDestructionSignal.Emit( this ); + mDestructionSignal.Emit(this); } } @@ -41,7 +39,6 @@ TextureUploadObserver::DestructionSignalType& TextureUploadObserver::Destruction return mDestructionSignal; } - } // namespace Toolkit } // namespace Dali