locationcentre/lcservice/src/lcservice.cpp
branchRCL_3
changeset 9 91123d004e8f
parent 0 522cd55cc3d7
--- a/locationcentre/lcservice/src/lcservice.cpp	Fri Mar 12 15:42:12 2010 +0200
+++ b/locationcentre/lcservice/src/lcservice.cpp	Mon Mar 15 12:40:01 2010 +0200
@@ -233,7 +233,9 @@
     {
     // The Filter construction without any arguments will act as no filtering
     // applied on the list of Location based Applications and Contents/Services.
+    // coverity[var_decl : FALSE]
     TLcLocationAppFilter filter;    
+    // coverity[uninit_use_in_call : FALSE]
     return iImplementation->SelectLocationApplicationL( filter );
     }