X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fdrag-drop-detector%2Fdrag-and-drop-detector.h;h=e6af2ee7c2cc6519e55f4f14ebd68846cbba26e4;hb=8a647e87a01c5c78451653c1264a9eea81ac9b20;hp=15b14b23aa54fab13633debbdc50a77be7288449;hpb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.h b/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.h old mode 100755 new mode 100644 index 15b14b2..e6af2ee --- a/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.h +++ b/dali-toolkit/devel-api/drag-drop-detector/drag-and-drop-detector.h @@ -2,7 +2,7 @@ #define DALI_DRAG_AND_DROP_DETECTOR_H /* - * Copyright (c) 2019 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. @@ -18,7 +18,6 @@ * */ - // EXTERNAL INCLUDES #include #include @@ -30,10 +29,8 @@ namespace Dali { - namespace Toolkit { - namespace Internal DALI_INTERNAL { class DragAndDropDetector; @@ -110,10 +107,9 @@ class DragAndDropDetector; class DALI_TOOLKIT_API DragAndDropDetector : public BaseHandle { public: - // Typedefs - using DragAndDropSignal = Signal< void ( Control, DragAndDropDetector ) >; ///< Drag & Drop signal + using DragAndDropSignal = Signal; ///< Drag & Drop signal /** * @brief Create an initialized DragAndDropDetector. @@ -256,13 +252,12 @@ public: DragAndDropSignal& EndedSignal(); public: // Not intended for application developers - /** * @brief This constructor is used by DragAndDropDetector::Get(). * * @param[in] detector A pointer to the drag and drop detector. */ - explicit DALI_INTERNAL DragAndDropDetector( Internal::DragAndDropDetector* detector ); + explicit DALI_INTERNAL DragAndDropDetector(Internal::DragAndDropDetector* detector); }; } // namespace Toolkit