diff -r 657f02e590f1 -r faed561c44ed breakdeps/mmfclientaudioplayer.cpp --- a/breakdeps/mmfclientaudioplayer.cpp Wed Oct 20 13:05:58 2010 +0100 +++ b/breakdeps/mmfclientaudioplayer.cpp Wed Oct 20 13:07:29 2010 +0100 @@ -28,6 +28,12 @@ // declared in the recorder module void Panic(TInt aPanicCode); +void TMMFMessage::Complete(TInt aReason) + { + iMessage.Complete(aReason); + iAmCompleted = ETrue; + } + /** Constructs and initialises a new instance of the audio player utility.