email/email/pop/src/T_DisconnectPop3Server.cpp
branchSymbian3
changeset 18 147b85a37c23
parent 6 c108117318cb
equal deleted inserted replaced
17:e3e31170f643 18:147b85a37c23
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 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 the License "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".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    20 // CMsvEntry::SetEntryL
    20 // CMsvEntry::SetEntryL
    21 // CMsvEntrySelection::AppendL
    21 // CMsvEntrySelection::AppendL
    22 // CPop3ClientMtm::InvokeAsyncFunctionL
    22 // CPop3ClientMtm::InvokeAsyncFunctionL
    23 // 
    23 // 
    24 //
    24 //
    25 
       
    26 
       
    27 
    25 
    28 /**
    26 /**
    29  @file
    27  @file
    30 */
    28 */
    31 
    29 
   161 		CleanupStack::PopAndDestroy(selection); //operation,selection
   159 		CleanupStack::PopAndDestroy(selection); //operation,selection
   162 		User::LeaveIfError(active.Result());
   160 		User::LeaveIfError(active.Result());
   163 		}
   161 		}
   164 	return TestStepResult();
   162 	return TestStepResult();
   165 	}
   163 	}
       
   164 
       
   165