devsoundextensions/effects/SrcOrientation/SourceOrientationMessageHandler/src/SourceOrientationMessageHandler.cpp
changeset 4 9d4397b300d1
parent 0 b8ed18f6c07b
equal deleted inserted replaced
1:fcaf4606ba4e 4:9d4397b300d1
    46 EXPORT_C CSourceOrientationMessageHandler* CSourceOrientationMessageHandler::NewL(
    46 EXPORT_C CSourceOrientationMessageHandler* CSourceOrientationMessageHandler::NewL(
    47 	TAny* aCustomInterface )
    47 	TAny* aCustomInterface )
    48     {
    48     {
    49     CSourceOrientation* bassboost = (CSourceOrientation*)aCustomInterface;
    49     CSourceOrientation* bassboost = (CSourceOrientation*)aCustomInterface;
    50     CSourceOrientationMessageHandler* self = new (ELeave) CSourceOrientationMessageHandler(bassboost);
    50     CSourceOrientationMessageHandler* self = new (ELeave) CSourceOrientationMessageHandler(bassboost);
       
    51     CleanupStack::PushL(self);
    51 	self->ConstructL();
    52 	self->ConstructL();
       
    53 	CleanupStack::Pop(self);
    52     return self;
    54     return self;
    53     }
    55     }
    54 
    56 
    55 
    57 
    56 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------