Ensure BaseHandle class move noexcept (core public-api)
[platform/core/uifw/dali-core.git] / dali / public-api / events / tap-gesture.h
index 0607568..2a8eae5 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TAP_GESTURE_H
 
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 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.
@@ -64,7 +64,7 @@ public:
    * @SINCE_1_9.28
    * @param rhs The handle to move.
    */
-  TapGesture(TapGesture&& rhs);
+  TapGesture(TapGesture&& rhs) noexcept;
 
   /**
    * @brief Assignment operator.
@@ -79,7 +79,7 @@ public:
    * @SINCE_1_9.28
    * @param rhs The handle to move.
    */
-  TapGesture& operator=(TapGesture&& rhs);
+  TapGesture& operator=(TapGesture&& rhs) noexcept;
 
   /**
    * @brief Non virtual destructor.