breakdeps/mmfclientaudioplayer.cpp
changeset 126 faed561c44ed
parent 125 657f02e590f1
child 128 8338c5c25b5b
equal deleted inserted replaced
125:657f02e590f1 126:faed561c44ed
    25 
    25 
    26 using namespace ContentAccess;
    26 using namespace ContentAccess;
    27 
    27 
    28 // declared in the recorder module
    28 // declared in the recorder module
    29 void Panic(TInt aPanicCode);
    29 void Panic(TInt aPanicCode);
       
    30 
       
    31 void TMMFMessage::Complete(TInt aReason)
       
    32 	{
       
    33 	iMessage.Complete(aReason);
       
    34 	iAmCompleted = ETrue;
       
    35 	}
    30 
    36 
    31 /**
    37 /**
    32 Constructs and initialises a new instance of the audio player utility.
    38 Constructs and initialises a new instance of the audio player utility.
    33 
    39 
    34 The function leaves if the audio player utility object cannot be created.
    40 The function leaves if the audio player utility object cannot be created.