locationmanager/server/src/clocationservertimerhandler.cpp
branchRCL_3
changeset 57 2872ae438bf7
parent 47 b73252188534
equal deleted inserted replaced
53:29d87345eaeb 57:2872ae438bf7
    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