diff -r 1790c2f1027c -r 0b68a1b0c15e serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tgetlocwrongcancel.cpp --- a/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tgetlocwrongcancel.cpp Thu Aug 19 10:46:25 2010 +0300 +++ b/serviceproviders/sapi_location/tsrc/dev/tlocationprovidertest/src/tgetlocwrongcancel.cpp Tue Aug 31 16:06:03 2010 +0300 @@ -38,7 +38,7 @@ CLiwGenericParamList& aEventParamList, const CLiwGenericParamList& aInParamList) { - return 0; + } WrongNotificationGetLoc() : iRetStatus(KErrGeneral) //Default constructor @@ -153,7 +153,7 @@ { // __UHEAP_MARK; CTrapCleanup* cleanup = CTrapCleanup::New(); - TInt val = 0; + TInt val ; TRAPD(err , (val = GetLocWrongCancelL() ) ) ; delete cleanup ; // __UHEAP_MARKEND;