Ensure BaseHandle class move noexcept (core public-api)
[platform/core/uifw/dali-core.git] / dali / public-api / events / long-press-gesture-detector.h
index 472cd4a..afdcf40 100644 (file)
@@ -149,7 +149,7 @@ public: // Creation & Destruction
    * @SINCE_2_2.4
    * @param[in] handle A reference to the moved handle
    */
-  LongPressGestureDetector(LongPressGestureDetector&& handle);
+  LongPressGestureDetector(LongPressGestureDetector&& handle) noexcept;
 
   /**
    * @brief This move assignment operator is required for (smart) pointer semantics.
@@ -158,7 +158,7 @@ public: // Creation & Destruction
    * @param[in] rhs A reference to the moved handle
    * @return A reference to this
    */
-  LongPressGestureDetector& operator=(LongPressGestureDetector&& rhs);
+  LongPressGestureDetector& operator=(LongPressGestureDetector&& rhs) noexcept;
 
 public: // Setters
   /**