persistentstorage/centralrepository/test/testexecute/performance/inc/TE_PerfTestCacheStepBase.h
branchRCL_3
changeset 24 cc28652e0254
parent 0 08ec8eefde2f
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
       
     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 * This file define all the common values thoughout your test project
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 #ifndef __TE_PERFTESTCACHESTEPBASE_H__
       
    26 #define __TE_PERFTESTCACHESTEPBASE_H__
       
    27 
       
    28 #include <test/testexecutestepbase.h>
       
    29 
       
    30 class CPerfTestCacheStepBase : public CTestStep
       
    31 	{
       
    32 public:
       
    33 	CPerfTestCacheStepBase() {};
       
    34 	void CommonTestStepL(void);
       
    35 	};
       
    36 
       
    37 #endif //__TE_PERFTESTCACHESTEPBASE_H__