X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Fcustom-actor-internal.h;h=259b785f46b1762f2a7811aa84ae8444cb017bfc;hb=01c39de261f6eb4e759c7a249e5d67dfef83bca2;hp=f4bef9fd994f59eceb61c30f10c7093b0a0d8e17;hpb=5516df8a47c7650f5ec7f395a287370b3d6b49b2;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/custom-actor-internal.h b/dali/internal/event/actors/custom-actor-internal.h index f4bef9f..259b785 100644 --- a/dali/internal/event/actors/custom-actor-internal.h +++ b/dali/internal/event/actors/custom-actor-internal.h @@ -58,6 +58,13 @@ public: return *mImpl; } + /** + * Get the type info associated with this object. + * + * @return The type info + */ + Dali::TypeInfo GetTypeInfo(); + protected: /**