devsoundextensions/audiorouting/Output/AudioOutputProxy/src/AudioOutputProxy.cpp
changeset 4 9d4397b300d1
parent 0 b8ed18f6c07b
equal deleted inserted replaced
1:fcaf4606ba4e 4:9d4397b300d1
    50 EXPORT_C CAudioOutputProxy* CAudioOutputProxy::NewL(TMMFMessageDestinationPckg aMessageHandler, 
    50 EXPORT_C CAudioOutputProxy* CAudioOutputProxy::NewL(TMMFMessageDestinationPckg aMessageHandler, 
    51 							MCustomCommand& aCustomCommand,
    51 							MCustomCommand& aCustomCommand,
    52 							CCustomInterfaceUtility* aCustomInterfaceUtility)
    52 							CCustomInterfaceUtility* aCustomInterfaceUtility)
    53     {
    53     {
    54     CAudioOutputProxy* self = new(ELeave) CAudioOutputProxy(aMessageHandler,aCustomCommand,aCustomInterfaceUtility);
    54     CAudioOutputProxy* self = new(ELeave) CAudioOutputProxy(aMessageHandler,aCustomCommand,aCustomInterfaceUtility);
       
    55     CleanupStack::PushL(self);
    55     self->ConstructL();
    56     self->ConstructL();
       
    57     CleanupStack::Pop(self);
    56     return self;
    58     return self;
    57     }
    59     }
    58 
    60 
    59 // -----------------------------------------------------------------------------
    61 // -----------------------------------------------------------------------------
    60 // CAudioOutputProxy::ConstructL
    62 // CAudioOutputProxy::ConstructL