upnpsettings/multiselectionui/src/upnpappmultiselectionpopup.cpp
changeset 34 eab116a48b80
parent 0 7f85d04be362
equal deleted inserted replaced
33:6ac064bb53eb 34:eab116a48b80
    62     {
    62     {
    63     __LOG( "CUPnPAppMultiselectionPopup::NewL begin" );
    63     __LOG( "CUPnPAppMultiselectionPopup::NewL begin" );
    64 
    64 
    65     CUPnPAppMultiselectionPopup* self =
    65     CUPnPAppMultiselectionPopup* self =
    66                    new(ELeave) CUPnPAppMultiselectionPopup( NULL, aHeading );
    66                    new(ELeave) CUPnPAppMultiselectionPopup( NULL, aHeading );
       
    67     CleanupStack::PushL( self);
    67 
    68 
    68     self->ConstructL( aMediaType, aFileSharingEngine,aSelectionIndexArray );
    69     self->ConstructL( aMediaType, aFileSharingEngine,aSelectionIndexArray );
    69 
    70 	
       
    71     CleanupStack::Pop( self);
       
    72     
    70     __LOG("CUPnPAppMultiselectionPopup::NewL end");
    73     __LOG("CUPnPAppMultiselectionPopup::NewL end");
    71     return self;
    74     return self;
    72     }
    75     }
    73 
    76 
    74 
    77