Added tag ( id ) to Constraints so they can be identified ( and removed ) by its...
[platform/core/uifw/dali-core.git] / dali / public-api / object / constrainable.cpp
index 8ff96d7..edb0a45 100644 (file)
@@ -67,4 +67,11 @@ void Constrainable::RemoveConstraints()
   GetImplementation(*this).RemoveConstraints();
 }
 
+void Constrainable::RemoveConstraints( unsigned int tag )
+{
+  GetImplementation(*this).RemoveConstraints( tag );
+}
+
+
+
 } // Dali