equal
deleted
inserted
replaced
858 iAsyncCallback->MatoPrepareComplete(error); |
858 iAsyncCallback->MatoPrepareComplete(error); |
859 } |
859 } |
860 |
860 |
861 void CMMFMdaAudioToneUtility::CancelPrepare() |
861 void CMMFMdaAudioToneUtility::CancelPrepare() |
862 { |
862 { |
863 // FIXME - do we need to cancel the callback? What if the callback is actually calling back another error? Probably best not to cancel... |
863 // xxx - do we need to cancel the callback? What if the callback is actually calling back another error? Probably best not to cancel... |
864 delete iToneConfig; |
864 delete iToneConfig; |
865 iToneConfig = NULL; |
865 iToneConfig = NULL; |
866 |
866 |
867 if (iState == EMdaAudioToneUtilityPrepared) |
867 if (iState == EMdaAudioToneUtilityPrepared) |
868 { |
868 { |