X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fproperty-notification.h;h=77723361708ad90981d882b8bbdfa1e887e2ac39;hb=c4750afbf79f15bf71e2aa8ef54f84750463aae2;hp=01f14e05121672d50545afaf524f703129e96ff2;hpb=bc5f2ec93cdcd1d1fbd796292e37606ab894087a;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/property-notification.h b/dali/public-api/object/property-notification.h index 01f14e0..7772336 100644 --- a/dali/public-api/object/property-notification.h +++ b/dali/public-api/object/property-notification.h @@ -111,7 +111,7 @@ public: * @SINCE_1_9.22 * @param[in] rhs A reference to the moved handle */ - PropertyNotification(PropertyNotification&& rhs); + PropertyNotification(PropertyNotification&& rhs) noexcept; /** * @brief Move assignment operator. @@ -120,7 +120,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this handle */ - PropertyNotification& operator=(PropertyNotification&& rhs); + PropertyNotification& operator=(PropertyNotification&& rhs) noexcept; /** * @brief Gets the condition of this notification.