locationcentre/lcservice/src/lcservice.cpp
branchRCL_3
changeset 9 91123d004e8f
parent 0 522cd55cc3d7
equal deleted inserted replaced
8:41042d2af523 9:91123d004e8f
   231 //
   231 //
   232 EXPORT_C TPtrC CLcService::SelectLocationApplicationL()
   232 EXPORT_C TPtrC CLcService::SelectLocationApplicationL()
   233     {
   233     {
   234     // The Filter construction without any arguments will act as no filtering
   234     // The Filter construction without any arguments will act as no filtering
   235     // applied on the list of Location based Applications and Contents/Services.
   235     // applied on the list of Location based Applications and Contents/Services.
       
   236     // coverity[var_decl : FALSE]
   236     TLcLocationAppFilter filter;    
   237     TLcLocationAppFilter filter;    
       
   238     // coverity[uninit_use_in_call : FALSE]
   237     return iImplementation->SelectLocationApplicationL( filter );
   239     return iImplementation->SelectLocationApplicationL( filter );
   238     }
   240     }
   239 
   241 
   240 // ---------------------------------------------------------------------------
   242 // ---------------------------------------------------------------------------
   241 // void CLcService::SelectLocationApplicationL
   243 // void CLcService::SelectLocationApplicationL