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=2bd34db35090f85bf1b2accf5ba0c3374495d9e3;hpb=ed980a3b418d7a235d4774b786d84974421650fd;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 2bd34db..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 @@ -1,8 +1,8 @@ -#ifndef __DALI_DRAG_AND_DROP_DETECTOR_H__ -#define __DALI_DRAG_AND_DROP_DETECTOR_H__ +#ifndef DALI_DRAG_AND_DROP_DETECTOR_H +#define DALI_DRAG_AND_DROP_DETECTOR_H /* - * Copyright (c) 2018 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,17 +252,16 @@ 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 } // namespace Dali -#endif // __DALI_DRAG_AND_DROP_DETECTOR_H__ +#endif // DALI_DRAG_AND_DROP_DETECTOR_H