mtpfws/mtpfw/src/cmtpdataprovidercontroller.cpp
changeset 54 4dc88a4ac6f4
parent 49 c20dd21d1eb4
equal deleted inserted replaced
52:866b4af7ffbe 54:4dc88a4ac6f4
   711         break;
   711         break;
   712         }
   712         }
   713     OstTraceFunctionExit0( CMTPDATAPROVIDERCONTROLLER_RUNL_EXIT );
   713     OstTraceFunctionExit0( CMTPDATAPROVIDERCONTROLLER_RUNL_EXIT );
   714     }
   714     }
   715 
   715 
   716 
   716 #ifdef OST_TRACE_COMPILER_IN_USE
   717 TInt CMTPDataProviderController::RunError(TInt aError)
   717 TInt CMTPDataProviderController::RunError(TInt aError)
       
   718 #else
       
   719 TInt CMTPDataProviderController::RunError(TInt /*aError*/)
       
   720 #endif
   718     {
   721     {
   719     OstTraceFunctionEntry0( CMTPDATAPROVIDERCONTROLLER_RUNERROR_ENTRY );
   722     OstTraceFunctionEntry0( CMTPDATAPROVIDERCONTROLLER_RUNERROR_ENTRY );
   720     OstTrace1(TRACE_NORMAL, CMTPDATAPROVIDERCONTROLLER_RUNERROR, "Error = %d", aError);
   723     OstTrace1(TRACE_NORMAL, CMTPDATAPROVIDERCONTROLLER_RUNERROR, "Error = %d", aError);
   721     
   724     
   722     // If a RunL error happens, there's no point in trying to continue.
   725     // If a RunL error happens, there's no point in trying to continue.