common/tools/ats/smoketest/email/email/smtp/inc/T_RetrievePlainBodyTextAndCompare.h
changeset 719 d5603c08781b
child 872 17498133d9ad
equal deleted inserted replaced
718:b18be44be852 719:d5603c08781b
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * @file 
       
    16 * This is the header file for CT_RetrievePlainBodyTextAndCompare
       
    17 * 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 #ifndef __T_RETRIEVEPLAINBODYTEXTANDCOMPARE_H__
       
    28 #define __T_RETRIEVEPLAINBODYTEXTANDCOMPARE_H__
       
    29 
       
    30 
       
    31 // User includes
       
    32 #include "T_MsgAsyncStepSMTP.h"
       
    33 #include "T_MsgSharedDataSmtp.h"
       
    34 
       
    35 
       
    36 // Literals used 
       
    37 _LIT(KRetrievePlainBodyTextAndCompare,"RetrievePlainBodyTextAndCompare");
       
    38 
       
    39 
       
    40 /* 
       
    41  * Implements a test step that edit a message body text 
       
    42  */
       
    43 class CT_RetrievePlainBodyTextAndCompare : public CT_MsgAsyncStepSMTP
       
    44 	{
       
    45 public:
       
    46 	static CT_RetrievePlainBodyTextAndCompare* NewL(CT_MsgSharedDataSmtp& aSharedDataSMTP);
       
    47 	~CT_RetrievePlainBodyTextAndCompare();
       
    48 
       
    49 	// CTestStep implementation 
       
    50 	virtual TVerdict doTestStepL();
       
    51 
       
    52 
       
    53 private:
       
    54 	CT_RetrievePlainBodyTextAndCompare(CT_MsgSharedDataSmtp& aSharedDataSMTP);
       
    55 
       
    56 	virtual void ProgressL(TBool bFinal);
       
    57 	virtual void CancelStep();
       
    58 	};
       
    59 #endif // __T_RETRIEVEPLAINBODYTEXTANDCOMPARE_H__