Update contrib.
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
 
     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".
 
     9 * Initial Contributors:
 
    10 * Nokia Corporation - initial contribution.
 
    18 #ifndef __T_TTIMES1_H__
 
    19 #define __T_TTIMES1_H__
 
    21 #include <test/testexecutestepbase.h>
 
    24 class CT_TTIMES1 : public CTestStep
 
    29 	TVerdict doTestStepL();
 
    31 	void GenerateGlobalLayersL();
 
    32 	void KillGlobalLayers();
 
    34 	void CreationTestsL();
 
    35 	CRichText* LoadIntoTextL(TFileName& aFileName);
 
    36 	void GetAppendTestTimeL(const CRichText* aSource,TInt aTestLoopCount);
 
    37 	void GetBenchmarkAppendTestTimeL(const CRichText* aSource,TInt aTestLoopCount);
 
    45 _LIT(KTestStep_T_TTIMES1, "TTIMES1");