testexecfw/tef/test/regressiontest/scriptcommand/inc/checklogfilestep.h
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 /*
       
     2 * Copyright (c) 2005-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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file checklogfilestep.h
       
    22 */
       
    23 #if (!defined __CHECKLOGFILE_STEP_H__)
       
    24 #define __CHECKLOGFILE_STEP_H__
       
    25 #include <testexecutestepbase.h>
       
    26 
       
    27 // __EDIT_ME__ - Create your own test step definitions
       
    28 class CCheckLogFileStep : public CTestStep
       
    29 	{
       
    30 public:
       
    31 	CCheckLogFileStep();
       
    32 	~CCheckLogFileStep();
       
    33 	virtual TVerdict doTestStepL();
       
    34 	
       
    35 private:
       
    36 	void ReadLineL(TLex8& aFileLex, TDes& aLineBuf);
       
    37 	};
       
    38 
       
    39 /*@{*/
       
    40 // Literals
       
    41 _LIT(KCheckLogFileStep,"CheckLogFile");
       
    42 /*@{*/
       
    43 
       
    44 #endif