testfws/stif/TestServer/src/TestExecutionThread.cpp
changeset 4 b8d1455fddc0
parent 2 73b88125830c
equal deleted inserted replaced
2:73b88125830c 4:b8d1455fddc0
  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().