Implemented the Handle assignment operators properly 80/25880/1
authorPaul Wisbey <p.wisbey@samsung.com>
Mon, 11 Aug 2014 17:41:40 +0000 (18:41 +0100)
committerPaul Wisbey <p.wisbey@samsung.com>
Mon, 11 Aug 2014 17:41:48 +0000 (18:41 +0100)
commitee2779d9e1060f8527589169fb2f0dbf6f0f8815
tree3251912b224583fa6f80094ed62948e9b6a7edd0
parent1dd41d642c77181d99375192708bf62b1d3d2c2d
Implemented the Handle assignment operators properly

[Problem] Some unsafe handle assignments are allowed by the compiler e.g.
Actor notAnImageActor = Actor::New();
ImageActor notSafeToUse = notAnImageActor;
[Cause] using BaseHandle::operator= is unsafe
[Solution] Implemented the Handle assignment operators properly

Change-Id: If4cd798d2cb394ac4dbac96b1c17598a2aae8ee6
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-style-monitor.h
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-timer.h