diff -r f2101057ffeb -r 9360ca28b668 devicediagnostics/diagplugins/diagloudspeakerplugin/src/diagspeakerplugin.cpp --- a/devicediagnostics/diagplugins/diagloudspeakerplugin/src/diagspeakerplugin.cpp Mon Jun 21 15:26:00 2010 +0300 +++ b/devicediagnostics/diagplugins/diagloudspeakerplugin/src/diagspeakerplugin.cpp Thu Jul 15 18:24:21 2010 +0300 @@ -1229,7 +1229,17 @@ break; } } - + +// --------------------------------------------------------------------------- +// CDiagSpeakerPlugin::RunError +// --------------------------------------------------------------------------- +// +TInt CDiagSpeakerPlugin::RunError( TInt aError ) + { + LOGSTRING2( "CDiagSpeakerPlugin::RunError( %d )", aError ) + return KErrNone; + } + // --------------------------------------------------------------------------- // From CActive // CDiagSpeakerPlugin::DoCancel