devicediagnostics/diagplugins/diagexternalmediacardplugin/src/diagexternalmediacardplugin.cpp
equal
deleted
inserted
replaced
302 ReportResultToPluginL( CDiagResultsDatabaseItem::EFailed ); |
302 ReportResultToPluginL( CDiagResultsDatabaseItem::EFailed ); |
303 break; |
303 break; |
304 } |
304 } |
305 } |
305 } |
306 |
306 |
307 |
307 // --------------------------------------------------------------------------- |
|
308 // CDiagExternalMediaCardPlugin::RunError |
|
309 // --------------------------------------------------------------------------- |
|
310 // |
|
311 TInt CDiagExternalMediaCardPlugin::RunError( TInt aError ) |
|
312 { |
|
313 LOGSTRING2( "CDiagExternalMediaCardPlugin::RunError( %d )", aError ) |
|
314 return KErrNone; |
|
315 } |
|
316 |
308 // --------------------------------------------------------------------------- |
317 // --------------------------------------------------------------------------- |
309 // From CActive |
318 // From CActive |
310 // CDiagExternalMediaCardPlugin::DoCancel |
319 // CDiagExternalMediaCardPlugin::DoCancel |
311 // --------------------------------------------------------------------------- |
320 // --------------------------------------------------------------------------- |
312 void CDiagExternalMediaCardPlugin::DoCancel() |
321 void CDiagExternalMediaCardPlugin::DoCancel() |