locationmanager/server/src/clocationservertimerhandler.cpp
changeset 56 fd6cce931a8a
parent 45 a93990e5815e
equal deleted inserted replaced
52:40db28bb26b8 56:fd6cce931a8a
    24 // CLocationServerTimerHandler::CLocationServerTimerHandler
    24 // CLocationServerTimerHandler::CLocationServerTimerHandler
    25 // --------------------------------------------------------------------------
    25 // --------------------------------------------------------------------------
    26 //
    26 //
    27 CLocationServerTimerHandler::CLocationServerTimerHandler
    27 CLocationServerTimerHandler::CLocationServerTimerHandler
    28             (MLocationServerTimerObserver& aLocationServerTimerObserver):
    28             (MLocationServerTimerObserver& aLocationServerTimerObserver):
    29         CTimer(EPriorityStandard ),
    29         CTimer( EPriorityStandard ),
    30         iLocationServerTimerObserver(aLocationServerTimerObserver),
    30         iLocationServerTimerObserver(aLocationServerTimerObserver),
    31         iLocationServerTimerType(MLocationServerTimerObserver::ELocGeneralPurpose)
    31         iLocationServerTimerType(MLocationServerTimerObserver::ELocGeneralPurpose)
    32     {
    32     {
    33     }
    33     }
    34 
    34