fotaapplication/fotaserver/fmserver/src/fmsinterruptaob.cpp
branchRCL_3
changeset 58 4af31167ea77
parent 0 b497e44ab2fc
equal deleted inserted replaced
42:490439ac0bd4 58:4af31167ea77
   580 // ---------------------------------------------------------------------------
   580 // ---------------------------------------------------------------------------
   581 //
   581 //
   582 TInt CFMSInterruptAob::RunError( TInt aError )
   582 TInt CFMSInterruptAob::RunError( TInt aError )
   583 	{
   583 	{
   584 	FLOG( _L("CAOConnectionImpl::RunError: aError: %d"), aError );        
   584 	FLOG( _L("CAOConnectionImpl::RunError: aError: %d"), aError );        
   585 	return aError;
   585 	return KErrNone;
   586 	}
   586 	}
   587 
   587 
   588 
   588 
   589 //
   589 //
   590 // -----------------------------------------------------------------------------
   590 // -----------------------------------------------------------------------------