serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tgetlocationcancel.cpp
branchRCL_3
changeset 38 ea43c23d28d2
parent 23 50974a8b132e
child 44 0b68a1b0c15e
--- a/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tgetlocationcancel.cpp	Tue Apr 27 17:33:05 2010 +0300
+++ b/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tgetlocationcancel.cpp	Tue May 11 17:01:36 2010 +0300
@@ -39,7 +39,7 @@
             CLiwGenericParamList& aEventParamList,
             const CLiwGenericParamList& aInParamList) 
 		    {
-		        
+            return 0;		        
 		    }
 
 		GetLoctionCancel() : iRetStatus(KErrGeneral)  //Default constructor 
@@ -151,7 +151,7 @@
 {
 //	__UHEAP_MARK;
 	CTrapCleanup* cleanup = CTrapCleanup::New();
-    TInt val ;
+    TInt val = 0;
     TRAPD(err , (val = GetLocCancelL() ) ) ;
     delete cleanup ;
  //    __UHEAP_MARKEND;