change Object::OnPropertySet() interface signature. 27/242427/3
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Thu, 27 Aug 2020 01:18:32 +0000 (10:18 +0900)
committerRichard Huang <r.huang@samsung.com>
Thu, 3 Sep 2020 14:22:16 +0000 (14:22 +0000)
commit2330f40fd39db13f7aeb993389072d74dcc88d81
tree83b1ee33ef72236267684a21ac38cfbe98d115eb
parent34745e42eed50817085b2e4868d301f8d43f9003
change Object::OnPropertySet() interface signature.

the old interface was taking Property::Value object by value which
was making a deep copy (2 allocation). so changed the interface to
take it as a const& object.

Change-Id: I6cd67f6900ea61ea47154f9345a9ffe8f949f816
automated-tests/src/dali/dali-test-suite-utils/test-custom-actor.cpp
automated-tests/src/dali/dali-test-suite-utils/test-custom-actor.h
automated-tests/src/dali/utc-Dali-CustomActor.cpp
dali/internal/event/actors/custom-actor-internal.h
dali/internal/event/common/object-impl.h
dali/public-api/actors/custom-actor-impl.cpp
dali/public-api/actors/custom-actor-impl.h