equal
deleted
inserted
replaced
204 // (other items were commented in a header). |
204 // (other items were commented in a header). |
205 // --------------------------------------------------------- |
205 // --------------------------------------------------------- |
206 void CT_LbsClientPosTp173::HandleSettingsChangeL(TPosModulesEvent /*aModuleEvent*/) |
206 void CT_LbsClientPosTp173::HandleSettingsChangeL(TPosModulesEvent /*aModuleEvent*/) |
207 { |
207 { |
208 |
208 |
209 CleanupStack::PushL(TCleanupItem(MyStopActive)); |
209 CleanupStack::PushL(TCleanupItem(MyStopActive,NULL)); |
210 if (iNoEvents) |
210 if (iNoEvents) |
211 { |
211 { |
212 _LIT(KErrorText, "Event received when no event should have been received"); |
212 _LIT(KErrorText, "Event received when no event should have been received"); |
213 iErrorText = KErrorText; |
213 iErrorText = KErrorText; |
214 iError = ETrue; |
214 iError = ETrue; |
239 // (other items were commented in a header). |
239 // (other items were commented in a header). |
240 // --------------------------------------------------------- |
240 // --------------------------------------------------------- |
241 // |
241 // |
242 void CT_LbsClientPosTp173::NotifyTimeout() |
242 void CT_LbsClientPosTp173::NotifyTimeout() |
243 { |
243 { |
244 CleanupStack::PushL(TCleanupItem(MyStopActive)); |
244 CleanupStack::PushL(TCleanupItem(MyStopActive, NULL)); |
245 if (!iNoEvents) |
245 if (!iNoEvents) |
246 { |
246 { |
247 _LIT(KErrorText, "No event received when event should have been received"); |
247 _LIT(KErrorText, "No event received when event should have been received"); |
248 iErrorText = KErrorText; |
248 iErrorText = KErrorText; |
249 iError = ETrue; |
249 iError = ETrue; |