voicerecorder/RecViewSrc/CVRMdaRecorder.cpp
branchCompilerCompatibility
changeset 8 c6ebdf800100
parent 5 35a9006a7fc7
child 10 49233e24b2ab
equal deleted inserted replaced
6:379489e9f43b 8:c6ebdf800100
   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 )