changeset 2 | 5c1df44f2eed |
parent 0 | b8ed18f6c07b |
1:fcaf4606ba4e | 2:5c1df44f2eed |
---|---|
45 CMMFObjectContainer& aContainer) |
45 CMMFObjectContainer& aContainer) |
46 { |
46 { |
47 CAudioOutput* audioOutput = (CAudioOutput*)aCustomInterface; |
47 CAudioOutput* audioOutput = (CAudioOutput*)aCustomInterface; |
48 CAudioOutputMessageHandler* self = new (ELeave) CAudioOutputMessageHandler(audioOutput, |
48 CAudioOutputMessageHandler* self = new (ELeave) CAudioOutputMessageHandler(audioOutput, |
49 aContainer); |
49 aContainer); |
50 |
50 CleanupStack::PushL(self); |
51 self->ConstructL(); |
51 self->ConstructL(); |
52 CleanupStack::Pop(self); |
|
52 return self; |
53 return self; |
53 } |
54 } |
54 |
55 |
55 |
56 |
56 // Destructor |
57 // Destructor |