traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perfsanity.h
changeset 35 0d6db0a14001
parent 17 55f2396f6d25
equal deleted inserted replaced
25:63532cdadd44 35:0d6db0a14001
    40 							const TInt aAsyncErrorIndex);
    40 							const TInt aAsyncErrorIndex);
    41 
    41 
    42 private:
    42 private:
    43 	CPerformanceSanityWrapper();
    43 	CPerformanceSanityWrapper();
    44 	void ConstructL();
    44 	void ConstructL();
    45 	TVerdict 	TestTimer();
    45 	TVerdict 	TestTimerL();
    46 	TBool 	SanityTestTimedUtrace();
    46 	TBool 	SanityTestTimedUtraceL();
    47 
    47 
    48 	};		
    48 	};		
    49 
    49 
    50 _LIT(KPerformanceSanityWrapper,"PerformanceSanityTest");
    50 _LIT(KPerformanceSanityWrapper,"PerformanceSanityTest");
    51 
    51