Changes following ActiveConstraint removal 80/37880/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 7 Apr 2015 20:15:45 +0000 (21:15 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 7 Apr 2015 20:15:45 +0000 (21:15 +0100)
Change-Id: I2aadf9e5f39173aabfe7f4bf5e11e91e643aa0e5

automated-tests/src/dali-adaptor/dali-test-suite-utils/dali-test-suite-utils.cpp
automated-tests/src/dali-adaptor/dali-test-suite-utils/dali-test-suite-utils.h

index 50a968e..6fc7e99 100644 (file)
@@ -287,7 +287,7 @@ ConstraintAppliedCheck::ConstraintAppliedCheck( bool& signalReceived )
 {
 }
 
-void ConstraintAppliedCheck::operator()( ActiveConstraint& constraint )
+void ConstraintAppliedCheck::operator()( Constraint& constraint )
 {
   mSignalReceived = true;
 }
index eb4966e..c8d68de 100644 (file)
@@ -371,7 +371,7 @@ inline void DALI_TEST_PRINT_ASSERT( DaliException& e )
 struct ConstraintAppliedCheck
 {
   ConstraintAppliedCheck( bool& signalReceived );
-  void operator()( ActiveConstraint& constraint );
+  void operator()( Constraint& constraint );
   void Reset();
   void CheckSignalReceived();
   void CheckSignalNotReceived();