devsoundextensions/effects/SrcLocation/SourceLocationMessageHandler/src/SourceLocationMessageHandler.cpp
changeset 2 5c1df44f2eed
parent 0 b8ed18f6c07b
equal deleted inserted replaced
1:fcaf4606ba4e 2:5c1df44f2eed
    46 EXPORT_C CSourceLocationMessageHandler* CSourceLocationMessageHandler::NewL(
    46 EXPORT_C CSourceLocationMessageHandler* CSourceLocationMessageHandler::NewL(
    47 	TAny* aCustomInterface )
    47 	TAny* aCustomInterface )
    48     {
    48     {
    49     CSourceLocation* bassboost = (CSourceLocation*)aCustomInterface;
    49     CSourceLocation* bassboost = (CSourceLocation*)aCustomInterface;
    50     CSourceLocationMessageHandler* self = new (ELeave) CSourceLocationMessageHandler(bassboost);
    50     CSourceLocationMessageHandler* self = new (ELeave) CSourceLocationMessageHandler(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 // -----------------------------------------------------------------------------