Kaydet (Commit) 6cf148ba authored tarafından Caolán McNamara's avatar Caolán McNamara

translate to English

Change-Id: Ieb7ee3f8eb192612e76d5ad928389445e82ef90e
üst bf30c8b1
...@@ -324,7 +324,7 @@ bool SvMetaClass::TestAttribute( SvIdlDataBase & rBase, SvTokenStream & rInStm, ...@@ -324,7 +324,7 @@ bool SvMetaClass::TestAttribute( SvIdlDataBase & rBase, SvTokenStream & rInStm,
// values have to match // values have to match
if( pS->GetSlotId().GetValue() != rAttr.GetSlotId().GetValue() ) if( pS->GetSlotId().GetValue() != rAttr.GetSlotId().GetValue() )
{ {
OSL_FAIL( "Gleicher Name in MetaClass : " ); OSL_FAIL( "Same Name in MetaClass : " );
OSL_FAIL( pS->GetName().getString().getStr() ); OSL_FAIL( pS->GetName().getString().getStr() );
OSL_FAIL( pS->GetSlotId().getString().getStr() ); OSL_FAIL( pS->GetSlotId().getString().getStr() );
OSL_FAIL( rAttr.GetSlotId().getString().getStr() ); OSL_FAIL( rAttr.GetSlotId().getString().getStr() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment