X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Fconstraint.cpp;h=6ef76f7f604c8b5784e1656dffbc85fea47dfd90;hb=refs%2Fheads%2Faccepted%2Ftizen_5.0_unified;hp=87e3347b7d826c503feac7c9fa4f219e9376e21c;hpb=e7267cff159c0ea2f919cbbe8c809f22226148d9;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/constraint.cpp b/dali/public-api/animation/constraint.cpp index 87e3347..6ef76f7 100644 --- a/dali/public-api/animation/constraint.cpp +++ b/dali/public-api/animation/constraint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -104,12 +104,12 @@ Constraint::RemoveAction Constraint::GetRemoveAction() const return GetImplementation(*this).GetRemoveAction(); } -void Constraint::SetTag( const unsigned int tag ) +void Constraint::SetTag( const uint32_t tag ) { GetImplementation(*this).SetTag( tag ); } -unsigned int Constraint::GetTag() const +uint32_t Constraint::GetTag() const { return GetImplementation(*this).GetTag(); } @@ -228,7 +228,7 @@ Constraint Constraint::New( Handle handle, Property::Index targetIndex, Property default: { - DALI_ASSERT_ALWAYS( false && "Property type enumeration out of bounds" ); // should never come here + DALI_ABORT( "Property not constrainable" ); break; } }