Fix interface to take sink argument by value. 61/242861/5
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Tue, 1 Sep 2020 09:38:06 +0000 (18:38 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Mon, 21 Sep 2020 01:26:23 +0000 (10:26 +0900)
commitf15d1ed84355ced4b6c5115b8aebb68d897cd374
tree861f757893d57a396c88bdfbe41869733d2b2ce5
parenteebea4b22e922522c3a460b03f557603a15ad698
Fix interface to take sink argument by value.

 -Fix RegisterProperty() interface to take name and property by value.
 -Fix SetProperty() interface to take property by value.
 -Fix RegisterProperty() interface to take name and property by value.

Change-Id: I04231da346a62d3aa56892453d36ed0c0b1657f5
dali/internal/event/common/object-impl.cpp
dali/internal/event/common/object-impl.h
dali/internal/event/common/type-info-impl.cpp
dali/internal/event/common/type-info-impl.h
dali/internal/event/common/type-registry-impl.cpp
dali/internal/event/common/type-registry-impl.h
dali/public-api/object/handle.cpp
dali/public-api/object/handle.h
dali/public-api/object/type-registry.cpp
dali/public-api/object/type-registry.h