refactor ConnectionTracker class. 05/244205/5
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Tue, 15 Sep 2020 09:32:14 +0000 (18:32 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 7 Oct 2020 00:37:53 +0000 (09:37 +0900)
commit5e25b0e39796cb781d948f427debd9225fc61258
treed2e6e64efca737a1742784594a1a24a6504307f6
parent5fc31682ea694d80b1cce5aad4d1b7d9fa1eb86f
refactor ConnectionTracker class.

- keep Dali::Vector<SlotConnection> instead of Dali::Vector<SlotConnection*>, this will
  reduce heap allocation as well as performance.

Change-Id: I1d0e89be58a41f89087708d8a59f2e0cbfa454df
dali/public-api/signals/connection-tracker.cpp
dali/public-api/signals/connection-tracker.h