equal
deleted
inserted
replaced
211 /** |
211 /** |
212 * With this can be stored information about test measurement |
212 * With this can be stored information about test measurement |
213 * to TestServer space. |
213 * to TestServer space. |
214 */ |
214 */ |
215 virtual TInt HandleMeasurementProcess( |
215 virtual TInt HandleMeasurementProcess( |
216 CSTIFTestMeasurement::TStifMeasurementStruct aSTIFMeasurementInfo ); |
216 const CSTIFTestMeasurement::TStifMeasurementStruct& aSTIFMeasurementInfo ); |
217 |
217 |
218 /** |
218 /** |
219 * Completes a command request. |
219 * Completes a command request. |
220 * This function is called from test execution thread. |
220 * This function is called from test execution thread. |
221 */ |
221 */ |