devicediagnostics/devdiagapp/src/devdiagruntimereqsInfo.cpp
branchRCL_3
changeset 22 9360ca28b668
parent 0 3ce708148e4d
equal deleted inserted replaced
20:f2101057ffeb 22:9360ca28b668
   351             }
   351             }
   352         }
   352         }
   353     }
   353     }
   354 
   354 
   355 // ---------------------------------------------------------------------------
   355 // ---------------------------------------------------------------------------
       
   356 // CDevDiagRuntimeReqsInfo::RunError
       
   357 // ---------------------------------------------------------------------------
       
   358 //
       
   359 TInt CDevDiagRuntimeReqsInfo::RunError( TInt aError )
       
   360 	{
       
   361 		LOGSTRING2( "CDevDiagRuntimeReqsInfo::RunError( %d )", aError )    
       
   362 		return KErrNone;
       
   363 	}
       
   364 	
       
   365 // ---------------------------------------------------------------------------
   356 // From CActive.
   366 // From CActive.
   357 // This function is called to cancel any outstanding asynchronous requests.
   367 // This function is called to cancel any outstanding asynchronous requests.
   358 // ---------------------------------------------------------------------------
   368 // ---------------------------------------------------------------------------
   359 //
   369 //
   360 void CDevDiagRuntimeReqsInfo::DoCancel()
   370 void CDevDiagRuntimeReqsInfo::DoCancel()