diff -r 6ce30188c5bf -r f7f1ae431f74 uiacceltk/hitchcock/CommonInc/alfmoduletest.h --- a/uiacceltk/hitchcock/CommonInc/alfmoduletest.h Fri May 14 16:46:13 2010 +0300 +++ b/uiacceltk/hitchcock/CommonInc/alfmoduletest.h Thu May 27 13:47:19 2010 +0300 @@ -41,7 +41,7 @@ _LIT(KAlfModuleTestChunkName, "ALF_MODULE_TEST_CHUNK"); _LIT(KAlfModuleTestMutexName, "ALF_MODULE_TEST_MUTEX"); - +const TInt KMaxSimultMeasurementCount = 10; /* * Class CAlfModuleTestData */ @@ -240,6 +240,18 @@ TInt iASE_Temp3; TInt iASE_Temp4; + class TSpeedTest + { + public: + TInt64 iHandle; + TInt iCounter; + TBool iEffects; + TInt64 iTimeStamp[5]; + }; + + TSpeedTest iTimeMap[10]; + TInt iNextFreeMap; + // Map that contains boolean items for certain test cases. TAlfModuleTestMap< TBool > iBoolMap; // Map that contains integer items for certain test cases.