locationmanager/server/src/clocationservertimerhandler.cpp
changeset 51 87e65c44ff3a
parent 43 c5e73110f733
equal deleted inserted replaced
48:1389872e7c51 51:87e65c44ff3a
    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