mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/crequestprocessor.cpp
branchRCL_3
changeset 14 05b0d2323768
parent 9 bee149131e4b
child 17 780c925249c1
equal deleted inserted replaced
9:bee149131e4b 14:05b0d2323768
   412 // part of active object framework, provide default implementation
   412 // part of active object framework, provide default implementation
   413 // -----------------------------------------------------------------------------
   413 // -----------------------------------------------------------------------------
   414 //
   414 //
   415 EXPORT_C TInt CRequestProcessor::RunError( TInt aError )
   415 EXPORT_C TInt CRequestProcessor::RunError( TInt aError )
   416     {
   416     {
   417     PRINT1( _L( "MM MTP <> CRequestProcessor RunError = %d" ), aError );
   417     if ( aError != KErrNone )
       
   418         PRINT1( _L( "MM MTP <> CRequestProcessor RunError = %d" ), aError );
       
   419 
   418     TRAP_IGNORE( SendResponseL( EMTPRespCodeGeneralError ) );
   420     TRAP_IGNORE( SendResponseL( EMTPRespCodeGeneralError ) );
       
   421 
   419     return KErrNone;
   422     return KErrNone;
   420     }
   423     }
   421 
   424 
   422 EXPORT_C TBool CRequestProcessor::HasDataphase() const
   425 EXPORT_C TBool CRequestProcessor::HasDataphase() const
   423     {
   426     {