diff -r 81c9bee26a45 -r 3267d9ea3e98 lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp --- a/lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp Tue Jul 13 12:25:28 2010 +0100 +++ b/lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp Wed Sep 08 15:16:57 2010 +0100 @@ -24,7 +24,6 @@ #include - void CheckForObserverEventTestsL(TTimeIntervalMicroSeconds32 aTimeout, CTestStep& aStep) { class CTimeout : public CTimer @@ -33,7 +32,7 @@ void RunL() { - iStep.SetTestStepError(KErrTimedOut); + iStep.SetTestStepError(KErrTimedOut); CActiveScheduler::Stop(); }