X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fdrag-drop-detector%2Fdrag-and-drop-detector.cpp;h=8b982bf532c298b2b8bbaad8d278b7e54a771d83;hb=38f0ea9fcdf1dc5037144fa19c8a52316c8af763;hp=bbbcf512d4079b6108d664a287b28ba80a084e08;hpb=ed980a3b418d7a235d4774b786d84974421650fd;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.cpp b/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.cpp old mode 100755 new mode 100644 index bbbcf51..8b982bf --- a/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.cpp +++ b/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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,10 +23,8 @@ namespace Dali { - namespace Toolkit { - DragAndDropDetector::DragAndDropDetector() { } @@ -105,8 +103,8 @@ DragAndDropDetector::DragAndDropSignal& DragAndDropDetector::EndedSignal() return GetImplementation(*this).EndedSignal(); } -DragAndDropDetector::DragAndDropDetector( Internal::DragAndDropDetector* detector ) -: BaseHandle( detector ) +DragAndDropDetector::DragAndDropDetector(Internal::DragAndDropDetector* detector) +: BaseHandle(detector) { }