email/email/pop/src/T_DeletePopAccount.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.
    21 // Deletes the Pop account(s) in the Central Repository 
    21 // Deletes the Pop account(s) in the Central Repository 
    22 // [APIs Used]
    22 // [APIs Used]
    23 // CEmailAccounts::DeletePopAccountL
    23 // CEmailAccounts::DeletePopAccountL
    24 // 
    24 // 
    25 //
    25 //
    26 
       
    27 
       
    28 
    26 
    29 /**
    27 /**
    30  @file
    28  @file
    31 */
    29 */
    32 
    30 
   132 			}
   130 			}
   133 		CleanupStack::PopAndDestroy(2, account);	//arrayPop3Accounts,account
   131 		CleanupStack::PopAndDestroy(2, account);	//arrayPop3Accounts,account
   134 		}
   132 		}
   135 	return TestStepResult();
   133 	return TestStepResult();
   136 	}
   134 	}
       
   135