serviceproviders/sapi_location/src/locationinterface.cpp
changeset 27 44bb89c96acb
parent 22 fc9cf246af83
child 32 8d692d9f828f
equal deleted inserted replaced
24:f4292e0e20df 27:44bb89c96acb
   237                                     aOutParamList,   aInParamList) ;
   237                                     aOutParamList,   aInParamList) ;
   238             
   238             
   239         }
   239         }
   240           
   240           
   241     //LastKnownLocation Request is made by consumer
   241     //LastKnownLocation Request is made by consumer
   242     else if (aCmdName == KCmdLastLocation)
   242     else if( !(aCmdName.CompareF( KCmdLastLocation )) )
   243         {
   243         {
   244         //Extract Update options from input List
   244         //Extract Update options from input List
   245         User::LeaveIfError(iLocationService->GetLastKnownLoc(iPosition)) ;            
   245         User::LeaveIfError(iLocationService->GetLastKnownLoc(iPosition)) ;            
   246         TUint category1 = EBasicInfo;
   246         TUint category1 = EBasicInfo;
   247 
   247