Revert "[Tizen] Update doxygen commnets"
[platform/core/uifw/dali-core.git] / dali / public-api / object / handle.cpp
index 80da558..f0f7972 100644 (file)
@@ -130,6 +130,11 @@ Property::Value Handle::GetProperty( Property::Index index ) const
   return GetImplementation(*this).GetProperty( index );
 }
 
+Property::Value Handle::GetCurrentProperty( Property::Index index )
+{
+  return GetImplementation( *this ).GetCurrentProperty( index );
+}
+
 void Handle::GetPropertyIndices( Property::IndexContainer& indices ) const
 {
   GetImplementation(*this).GetPropertyIndices( indices );