equal
deleted
inserted
replaced
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 ) |