equal
deleted
inserted
replaced
2653 Status: Approved |
2653 Status: Approved |
2654 |
2654 |
2655 ------------------------------------------------------------------------------- |
2655 ------------------------------------------------------------------------------- |
2656 */ |
2656 */ |
2657 TInt CTestThreadContainer::HandleMeasurementProcess( |
2657 TInt CTestThreadContainer::HandleMeasurementProcess( |
2658 CSTIFTestMeasurement::TStifMeasurementStruct aSTIFMeasurementInfo ) |
2658 const CSTIFTestMeasurement::TStifMeasurementStruct& aSTIFMeasurementInfo ) |
2659 { |
2659 { |
2660 // Get access to test measurement stuff |
2660 // Get access to test measurement stuff |
2661 |
2661 |
2662 // This is syncronous operation and other request cannot executed at the |
2662 // This is syncronous operation and other request cannot executed at the |
2663 // same time. In this case iMeasurementSem is not signaled in StarL(). |
2663 // same time. In this case iMeasurementSem is not signaled in StarL(). |