equal
deleted
inserted
replaced
190 } |
190 } |
191 } |
191 } |
192 |
192 |
193 /** MPosServerObserver callback when NotifyPositionUpdate is called |
193 /** MPosServerObserver callback when NotifyPositionUpdate is called |
194 */ |
194 */ |
195 void CTestMolrSessionSequence::OnNotifyPositionUpdate(TInt32 aErr, const TPositionInfoBase& aPosInfo) |
195 void CTestMolrSessionSequence::OnNotifyPositionUpdate(TInt32 aErr, const TPositionInfoBase& /*aPosInfo*/) |
196 { |
196 { |
197 LogTestStatement(_L("-> NotifyPositionUpdate(%d) [5000] Sq: %d"), 2, aErr, iSequenceId); |
197 LogTestStatement(_L("-> NotifyPositionUpdate(%d) [5000] Sq: %d"), 2, aErr, iSequenceId); |
198 |
|
199 const TPositionInfo posInfo = static_cast<const TPositionInfo&>(aPosInfo); |
|
200 |
198 |
201 //Check to see whether this was required in the current sequence |
199 //Check to see whether this was required in the current sequence |
202 if(iStateSequence[iCurrentPosition] == ENotifyPositionUpdate) |
200 if(iStateSequence[iCurrentPosition] == ENotifyPositionUpdate) |
203 { |
201 { |
204 SignalCallbackIdleStart(); |
202 SignalCallbackIdleStart(); |