diff -r aa5a574040a4 -r a3cc46f37772 locationmanager/server/src/clocationmanagersession.cpp --- a/locationmanager/server/src/clocationmanagersession.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/locationmanager/server/src/clocationmanagersession.cpp Fri Sep 17 16:54:49 2010 +0300 @@ -52,8 +52,8 @@ // we are expecting the application to start and stop else on server terminate, we will do the same. // this is not okay when user takes a photograph and then transfer photo using BT/PC . // at this point, it will stop the trail for camera where as camera session is still valid. - // DON"T CALL StopGPSPositioningL METHOD. -// TRAP_IGNORE(Server().StopGPSPositioningL()); + + Server().CancelNotificationRequest( iNotificationHandle ); Server().CancelLocationRequest( iLocationHandle ); Server().CancelTrackLogNotificationRequest( iTrackLogNotificationHandle );