equal
deleted
inserted
replaced
244 |
244 |
245 __PRINTS( "CClockNitzPluginImpl::NotifyOnNITZInfoChange - Exit" ); |
245 __PRINTS( "CClockNitzPluginImpl::NotifyOnNITZInfoChange - Exit" ); |
246 } |
246 } |
247 |
247 |
248 // --------------------------------------------------------- |
248 // --------------------------------------------------------- |
|
249 // CClockNitzPluginImpl::GetDataIfAlreadyAvailable |
|
250 // rest of the details are commented in the header |
|
251 // --------------------------------------------------------- |
|
252 // |
|
253 void CClockNitzPluginImpl::GetDataIfAlreadyAvailableL() |
|
254 { |
|
255 __PRINTS( "CClockNitzPluginImpl::GetDataIfAlreadyAvailableL - Entry" ); |
|
256 |
|
257 // Fetch the Nitz information if it is already available |
|
258 if( iNitzSrv ) |
|
259 { |
|
260 iNitzSrv->FetchDataIfAlreadyAvailableL(); |
|
261 } |
|
262 |
|
263 __PRINTS( "CClockNitzPluginImpl::GetDataIfAlreadyAvailableL - Exit" ); |
|
264 } |
|
265 |
|
266 // --------------------------------------------------------- |
249 // CClockNitzPluginImpl::NotifyNITZInfoChange |
267 // CClockNitzPluginImpl::NotifyNITZInfoChange |
250 // rest of the details are commented in the header |
268 // rest of the details are commented in the header |
251 // --------------------------------------------------------- |
269 // --------------------------------------------------------- |
252 // |
270 // |
253 void CClockNitzPluginImpl::NotifyNITZInfoChangeL() |
271 void CClockNitzPluginImpl::NotifyNITZInfoChangeL() |