email/pop3andsmtpmtm/smtpservermtm/src/IMSM.CPP
branchRCL_3
changeset 53 696bfeff199e
parent 42 1367103c24e2
equal deleted inserted replaced
42:1367103c24e2 53:696bfeff199e
     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".
   791 */
   791 */
   792 void CMsgImOutboxSend::Complete(TInt status)
   792 void CMsgImOutboxSend::Complete(TInt status)
   793 	{
   793 	{
   794     // sending of all the emails has completed, no need listen for Mobility Manager
   794     // sending of all the emails has completed, no need listen for Mobility Manager
   795 	delete iMobilityManager;
   795 	delete iMobilityManager;
   796     iMobilityManager=NULL;
   796 	iMobilityManager=NULL;
   797 	
   797 	
   798 	delete iSession;
   798 	delete iSession;
   799 	iSession = NULL;
   799 	iSession = NULL;
   800 	
       
   801 	delete iSessionManager;
   800 	delete iSessionManager;
   802 	iSessionManager = NULL;
   801 	iSessionManager = NULL;
   803 
   802 
   804 	iState = EStateIdle;
   803 	iState = EStateIdle;
   805 	iMobilityOperation = EMobilityOperationIdle;
   804 	iMobilityOperation = EMobilityOperationIdle;