syncmlfw/common/alertqueue/src/NSmlAlertHandler.cpp
changeset 60 eb6690d0d439
parent 0 b497e44ab2fc
equal deleted inserted replaced
55:1c556dee8eb1 60:eb6690d0d439
    60 // ---------------------------------------------------------
    60 // ---------------------------------------------------------
    61 CNSmlAlertHandler::~CNSmlAlertHandler()
    61 CNSmlAlertHandler::~CNSmlAlertHandler()
    62 	{
    62 	{
    63 
    63 
    64 	Cancel();
    64 	Cancel();
    65 	if( !iHistoryArray )
    65 	if( iHistoryArray )
    66 	{
    66 	{
    67 	iHistoryArray->SetOwnerShip( ETrue );
    67 	iHistoryArray->SetOwnerShip( ETrue );
    68 	delete iHistoryArray;
    68 	delete iHistoryArray;
    69 	}
    69 	}
    70 	delete iAlertParser;			
    70 	delete iAlertParser;