persistentstorage/centralrepository/test/testexecute/performance/inc/TE_NotifyMemTestStep.h
branchRCL_3
changeset 24 cc28652e0254
parent 0 08ec8eefde2f
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
       
     1 /**
       
     2 * Copyright (c) 2006-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_NOTIFYMEMTESTSTEP_H__
       
    26 #define __TE_NOTIFYMEMTESTSTEP_H__
       
    27 
       
    28 #include <test/testexecutestepbase.h>
       
    29 #include "TE_MemTestStep.h"
       
    30 
       
    31 _LIT(KNotifyMemTestStep, "NotifyMemTestStep");
       
    32 
       
    33 class CNotifyMemTestStep : public CMemTestStep
       
    34 	{
       
    35 public:
       
    36 	inline CNotifyMemTestStep(){SetTestStepName(KNotifyMemTestStep);};
       
    37 	virtual TVerdict doTestStepL(void);
       
    38 protected:
       
    39 #ifdef __CENTREP_SERVER_MEMTEST__
       
    40 	virtual void ProcessMemTestResults(TAny* aRawData, TInt32 aRawCount, RArray<TMemTestResult>& aMemTestResults);
       
    41 #endif //__CENTREP_SERVER_MEMTEST__
       
    42 	};
       
    43 
       
    44 #endif //__TE_NOTIFYMEMTESTSTEP_H__