email/email/pop/inc/T_ModifyPopSettings2.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This is the header file for CT_MsgModifyPopSettings2 class
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef T_MODIFY_POP_SETTINGS_2_H
       
    19 #define T_MODIFY_POP_SETTINGS_2_H
       
    20 
       
    21 /* User include */
       
    22 #include "T_MsgSyncStepPop.h"
       
    23 
       
    24 /* Literal used */
       
    25 _LIT(KModifyPopSettings2,"ModifyPopSettings2");
       
    26 
       
    27 /* Implements a test step that modifies the settings of the specified Pop account
       
    28    via the given config file */
       
    29 class CT_MsgModifyPopSettings2 : public CT_MsgSyncStepPOP
       
    30 	{
       
    31 public :
       
    32 	CT_MsgModifyPopSettings2(CT_MsgSharedDataPop& aSharedDataPOP);
       
    33 
       
    34 	~CT_MsgModifyPopSettings2();
       
    35 
       
    36 	/* CTestStep implementation */
       
    37 	TVerdict doTestStepL();
       
    38 	};
       
    39 #endif /* T_MODIFY_POP_SETTINGS_2_H */