equal
deleted
inserted
replaced
152 { |
152 { |
153 iCellSupervisor->Resume(); |
153 iCellSupervisor->Resume(); |
154 } |
154 } |
155 else |
155 else |
156 { |
156 { |
157 iCellSupervisor->Reset(); // TODO: Check if this needed |
157 iCellSupervisor->Reset(); |
158 } |
158 } |
159 } |
159 } |
160 |
160 |
161 iChangedAreaType = MLbtContainerChangeEventObserver::ETypeUnKnown; |
161 iChangedAreaType = MLbtContainerChangeEventObserver::ETypeUnKnown; |
162 } |
162 } |
213 iChangedAreaType = aAreaType; |
213 iChangedAreaType = aAreaType; |
214 iCoOrdinateSupervisor->Suspend(); |
214 iCoOrdinateSupervisor->Suspend(); |
215 iCellSupervisor->StopSupervision(); |
215 iCellSupervisor->StopSupervision(); |
216 } |
216 } |
217 |
217 |
218 // Todo: Remove the dummy positionInfo |
218 // This is dummy position info, this is no significance. |
219 TPositionInfo dummy; |
219 TPositionInfo dummy; |
220 iView->Refresh( dummy, aEventMask, aTriggerIds ); |
220 iView->Refresh( dummy, aEventMask, aTriggerIds ); |
221 } |
221 } |
222 |
222 |
223 |
223 |