equal
deleted
inserted
replaced
278 // CLocationManagerSession::CurrentLocationL |
278 // CLocationManagerSession::CurrentLocationL |
279 // -------------------------------------------------------------------------- |
279 // -------------------------------------------------------------------------- |
280 // |
280 // |
281 void CLocationManagerSession::CurrentLocationL( const RMessage2& aMessage ) |
281 void CLocationManagerSession::CurrentLocationL( const RMessage2& aMessage ) |
282 { |
282 { |
283 LOG ("CLocationManagerSession::StartLocationTrailL begin"); |
283 LOG ("CLocationManagerSession::CurrentLocationL begin"); |
284 iLocationHandle = aMessage.Handle(); |
284 iLocationHandle = aMessage.Handle(); |
285 // server creates completion after it has received current location data |
285 // server creates completion after it has received current location data |
286 Server().RequestCurrentLocationL( aMessage ); |
286 Server().RequestCurrentLocationL( aMessage ); |
287 LOG ("CLocationManagerSession::StartLocationTrailL end"); |
287 LOG ("CLocationManagerSession::CurrentLocationL end"); |
288 } |
288 } |
289 |
289 |
290 // -------------------------------------------------------------------------- |
290 // -------------------------------------------------------------------------- |
291 // CLocationManagerSession::CancelLocationRequest() |
291 // CLocationManagerSession::CancelLocationRequest() |
292 // -------------------------------------------------------------------------- |
292 // -------------------------------------------------------------------------- |