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=d63464d6e06651d0d5053499f9bbcbb6a6088f32;hp=bbbcf512d4079b6108d664a287b28ba80a084e08;hpb=3ca7994488b0b5e21bbb0d262c5fa2e4c731308b;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) { }