breakdeps/mmfclientaudioplayer.cpp
changeset 126 faed561c44ed
parent 125 657f02e590f1
child 128 8338c5c25b5b
--- 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.