messagingfw/msgsrvnstore/server/src/MTCLBASE.CPP
branchRCL_3
changeset 22 d2c4c66342f3
parent 20 e4175d61d967
child 23 d51193d814ea
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    82 	delete iRichTextBody;
    82 	delete iRichTextBody;
    83 	delete iCharFormatLayer;
    83 	delete iCharFormatLayer;
    84 	delete iParaFormatLayer;
    84 	delete iParaFormatLayer;
    85 	iRegisteredMtmDll.ReleaseLibrary();
    85 	iRegisteredMtmDll.ReleaseLibrary();
    86 	delete iAttachmentWaiter;
    86 	delete iAttachmentWaiter;
    87 	delete iExtensionData;
    87 	if(iExtensionData)
       
    88   		{
       
    89 		delete iExtensionData;    
       
    90   		}	
    88 	}
    91 	}
    89 
    92 
    90 
    93 
    91 EXPORT_C TUid CBaseMtm::Type() const
    94 EXPORT_C TUid CBaseMtm::Type() const
    92 /** Gets the Type UID of the message type associated with the Client-side MTM.
    95 /** Gets the Type UID of the message type associated with the Client-side MTM.