omadm/omadmappui/src/NSmlDMFotaView.cpp
branchRCL_3
changeset 22 9360ca28b668
parent 9 db6d61d7814f
child 23 c4687ff85147
equal deleted inserted replaced
20:f2101057ffeb 22:9360ca28b668
   911 // CDLObserver::RunError
   911 // CDLObserver::RunError
   912 // ---------------------------------------------------------------------------
   912 // ---------------------------------------------------------------------------
   913 //
   913 //
   914 TInt CDLObserver::RunError( TInt aError )
   914 TInt CDLObserver::RunError( TInt aError )
   915     {
   915     {
   916     return aError;
   916     	FTRACE( FPrint(_L("CDLObserver::RunError error as %d"),aError ) );
       
   917     	return KErrNone;
   917     }
   918     }
   918 
   919 
   919 //  End of File
   920 //  End of File