devicediagnostics/diagplugins/diagloudspeakerplugin/src/diagspeakerplugin.cpp
branchRCL_3
changeset 22 9360ca28b668
parent 0 3ce708148e4d
equal deleted inserted replaced
20:f2101057ffeb 22:9360ca28b668
  1227         case EStatePlayed:
  1227         case EStatePlayed:
  1228             AfterPlayL();
  1228             AfterPlayL();
  1229             break;
  1229             break;
  1230         }
  1230         }
  1231     }
  1231     }
  1232 
  1232     
       
  1233 // ---------------------------------------------------------------------------
       
  1234 // CDiagSpeakerPlugin::RunError
       
  1235 // ---------------------------------------------------------------------------
       
  1236 //
       
  1237 TInt CDiagSpeakerPlugin::RunError( TInt aError )
       
  1238 	{
       
  1239 		LOGSTRING2( "CDiagSpeakerPlugin::RunError( %d )", aError )    
       
  1240 		return KErrNone;
       
  1241 	}
       
  1242 	
  1233 // ---------------------------------------------------------------------------
  1243 // ---------------------------------------------------------------------------
  1234 // From CActive
  1244 // From CActive
  1235 // CDiagSpeakerPlugin::DoCancel
  1245 // CDiagSpeakerPlugin::DoCancel
  1236 // ---------------------------------------------------------------------------
  1246 // ---------------------------------------------------------------------------
  1237 void CDiagSpeakerPlugin::DoCancel()
  1247 void CDiagSpeakerPlugin::DoCancel()