locationmanager/server/src/clocationmanagersession.cpp
branchRCL_3
changeset 12 9f21bab39f42
parent 8 50de4d668bb6
child 19 b73252188534
equal deleted inserted replaced
10:ab88d4a85041 12:9f21bab39f42
   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 // --------------------------------------------------------------------------