baseapitest/basesvs/performance/f32/t_perf/inc/UtilsCleanupStep.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  __T_PERF_UTILS_CLEANUP_STEP_H__
       
    21 #define  __T_PERF_UTILS_CLEANUP_STEP_H__
       
    22 
       
    23 
       
    24 //user includes
       
    25 #include "UtilsStep.h"
       
    26 
       
    27 /*@{*/
       
    28 // Literals Used 
       
    29 _LIT(KT_CleanupStep,	"CleanupStep");
       
    30 /*@}*/
       
    31 
       
    32 
       
    33 class  CT_CleanupStep  : public CT_UtilsStep
       
    34 /**
       
    35 @test
       
    36 @publishedPartner
       
    37 */
       
    38 	{	
       
    39 public:
       
    40 	~CT_CleanupStep();
       
    41 	CT_CleanupStep();
       
    42 	TVerdict	doTestStepL();
       
    43 	};
       
    44 
       
    45 
       
    46 #endif /*  __T_PERF_UTILS_CLEANUP_STEP_H__ */