voicerecorder/RecViewSrc/CVRMdaRecorder.cpp
branchRCL_3
changeset 5 35a9006a7fc7
parent 0 845549f293a7
child 8 49233e24b2ab
equal deleted inserted replaced
1:8434d5964e15 5:35a9006a7fc7
   190 		// by some other system sound triggered by for example incoming SMS
   190 		// by some other system sound triggered by for example incoming SMS
   191 
   191 
   192         if (aPreviousState == CMdaAudioClipUtility::ERecording || aPreviousState == CMdaAudioClipUtility::EPlaying )
   192         if (aPreviousState == CMdaAudioClipUtility::ERecording || aPreviousState == CMdaAudioClipUtility::EPlaying )
   193         	{ 	
   193         	{ 	
   194 
   194 
   195 			if ( iMediaServerError != KErrDied &&  iMediaServerError != KErrAccessDenied )
   195         	//if ( iMediaServerError != KErrDied &&  iMediaServerError != KErrAccessDenied )
       
   196         	if ( iMediaServerError != KErrDied &&  
       
   197         		 iMediaServerError != KErrAccessDenied &&  
       
   198         		 iMediaServerError != KErrInUse )
   196 				{
   199 				{
   197 				TBuf< KVRMaxNoteLabelLength > label;
   200 				TBuf< KVRMaxNoteLabelLength > label;
   198 
   201 
   199 				// If showing of error note fails, then.. well it fails
   202 				// If showing of error note fails, then.. well it fails
   200 				if ( iMediaServerError == KErrNotSupported )
   203 				if ( iMediaServerError == KErrNotSupported )