Changed WeakHandle::GetHandle() method to use a DownCast<T> instead of a reinterpret_... 42/49242/2
authorChu Hoang <c.hoang@samsung.com>
Fri, 9 Oct 2015 12:47:44 +0000 (13:47 +0100)
committerChu Hoang <c.hoang@samsung.com>
Fri, 9 Oct 2015 13:28:37 +0000 (14:28 +0100)
commitcbd1c70b6b7d2f395f7d939bc1164ea4372727b1
treefbb7405e751c571b8638c49c7fcfc7af7f8ded9a
parent952b6755c28f11f97791f4578f899e550f3dbee8
Changed WeakHandle::GetHandle() method to use a DownCast<T> instead of a reinterpret_cast.

This allows WeakHandle::GetHandle to be usable by non Actor/customActor derived classes.

Change-Id: I4a2f2fb143fe6d50e7555846c560ffe4aabc8bc0
dali/devel-api/object/weak-handle.h