mmlibs/mmfw/src/Client/Audio/mmfclienttoneplayer.cpp
changeset 38 4269ca484c7b
parent 0 40261b775718
child 32 ae690a8c4a18
child 54 b68f3e90dca1
equal deleted inserted replaced
34:31d6e1ae5283 38:4269ca484c7b
   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 		{