diff -r c210248fa89d -r ea43c23d28d2 serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/ttracelocationcancel.cpp --- a/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/ttracelocationcancel.cpp Tue Apr 27 17:33:05 2010 +0300 +++ b/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/ttracelocationcancel.cpp Tue May 11 17:01:36 2010 +0300 @@ -38,7 +38,7 @@ CLiwGenericParamList& aEventParamList, const CLiwGenericParamList& aInParamList) { - + return 0; } TraceLoctionCancel() : iRetStatus(KErrGeneral) //Default constructor @@ -150,7 +150,7 @@ { // __UHEAP_MARK; CTrapCleanup* cleanup = CTrapCleanup::New(); - TInt val ; + TInt val = 0; TRAPD(err , (val = TraceLocCancelL() ) ) ; delete cleanup ; // __UHEAP_MARKEND;