baseapitest/basesvs/performance/f32/t_perf/inc/WriteFileStep.h
changeset 0 a41df078684a
child 15 4122176ea935
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 the License "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 #ifndef __WRITE_FILE_STEP_H__
       
    21 #define __WRITE_FILE_STEP_H__
       
    22 
       
    23 //User includes
       
    24 #include "SeekFileStep.h"
       
    25 
       
    26 
       
    27 /*@{*/
       
    28 //Literals used
       
    29 _LIT(KT_WriteFileStep,	"WriteFileStep");
       
    30 /*@}*/
       
    31 
       
    32 class CT_WriteFileStep : public CT_SeekFileStep
       
    33 /**
       
    34 @test
       
    35 @publishedPartner
       
    36 */
       
    37 	{
       
    38 public:
       
    39 	CT_WriteFileStep ();
       
    40 	~CT_WriteFileStep ();
       
    41 	TVerdict	doTestStepPreambleL();
       
    42 
       
    43 protected:
       
    44 	virtual TInt	ThreadFuncL(RFs& aSession);
       
    45 
       
    46 protected:
       
    47 	TBool	iSeek;
       
    48 	};
       
    49 
       
    50 #endif /* __WRITE_FILE_STEP_H__ */