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)
[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


No differences found