LLVM/Emscripten fixes
[platform/core/uifw/dali-core.git] / dali / public-api / object / base-handle.h
index cdf7b42..e4e226c 100644 (file)
@@ -33,6 +33,7 @@ namespace Dali DALI_IMPORT_API
 
 class BaseObject;
 class ConnectionTrackerInterface;
+class TypeInfo;
 
 /**
  * @brief Dali::BaseHandle is a handle to an internal Dali resource.
@@ -151,6 +152,13 @@ public:
    */
   const std::string& GetTypeName() const;
 
+  /**
+   * @brief Returns the type info for the Handle.
+   *
+   * @return The type info.
+   */
+  bool GetTypeInfo(Dali::TypeInfo& info) const;
+
 public:
 
   // BaseHandle accessors