diff -r aa5a574040a4 -r a3cc46f37772 locationmanager/server/src/clocationservertimerhandler.cpp --- a/locationmanager/server/src/clocationservertimerhandler.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/locationmanager/server/src/clocationservertimerhandler.cpp Fri Sep 17 16:54:49 2010 +0300 @@ -26,7 +26,7 @@ // CLocationServerTimerHandler::CLocationServerTimerHandler (MLocationServerTimerObserver& aLocationServerTimerObserver): - CTimer(EPriorityStandard ), + CTimer( EPriorityStandard ), iLocationServerTimerObserver(aLocationServerTimerObserver), iLocationServerTimerType(MLocationServerTimerObserver::ELocGeneralPurpose) { @@ -53,7 +53,7 @@ new( ELeave ) CLocationServerTimerHandler(aLocationServerTimerObserver); CleanupStack::PushL( self ); self->ConstructL(); - CleanupStack::Pop(); + CleanupStack::Pop(); //self return self; }