(Properties) Ensure TypeInfo is set when creating Type via TypeInfo 93/20293/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 3 Apr 2014 14:30:24 +0000 (15:30 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Thu, 1 May 2014 14:38:26 +0000 (15:38 +0100)
commit644cd157117a2c9f316f10a4daec79da6f268745
tree32ccdb98b152d03632b42e14fb66d4e5b88f5573
parent41bf59c8ab52c9df18a58ebfa09fa08b3ea8d711
(Properties) Ensure TypeInfo is set when creating Type via TypeInfo

[Problem]  When created named types, the wrong type-info is used
           when setting/getting properties.
[Cause]    Gets the type-info related to the current type as it
           does not know how it was created.
[Solution] Set the type-info when creating the object.

Change-Id: I3942ccf7c2c3ba36601dae1c4dd79f64a3c64e2c
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
automated-tests/src/dali-unmanaged/utc-Dali-TypeRegistry.cpp
dali/internal/event/common/proxy-object.cpp
dali/internal/event/common/proxy-object.h
dali/internal/event/common/type-info-impl.cpp