phonebookui/Phonebook2/remotecontactlookup/engine/src/cpbkxrcleventscheduler.cpp
branchRCL_3
changeset 9 0d28c1c5b6dd
parent 0 e686773b3f54
equal deleted inserted replaced
8:5586b4d2ec3e 9:0d28c1c5b6dd
    13 *
    13 *
    14 * Description:  Implementation of the class CPbkxRclServiceUiContextImpl.
    14 * Description:  Implementation of the class CPbkxRclServiceUiContextImpl.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 #include <coemain.h> // For EActivePriorityClockTimer
    19 #include "emailtrace.h"
    19 #include "emailtrace.h"
    20 #include "cpbkxrcleventscheduler.h"
    20 #include "cpbkxrcleventscheduler.h"
    21 
    21 
    22 const TInt KDelay = 1;
    22 const TInt KDelay = 1;
    23 
    23 
    40 // ---------------------------------------------------------------------------
    40 // ---------------------------------------------------------------------------
    41 // CPbkxRclEventScheduler::CPbkxRclEventScheduler
    41 // CPbkxRclEventScheduler::CPbkxRclEventScheduler
    42 // ---------------------------------------------------------------------------
    42 // ---------------------------------------------------------------------------
    43 //
    43 //
    44 CPbkxRclEventScheduler::CPbkxRclEventScheduler( MPbkxRclEventHandler& aHandler ) :
    44 CPbkxRclEventScheduler::CPbkxRclEventScheduler( MPbkxRclEventHandler& aHandler ) :
    45     CActive( EPriorityStandard ), iEventHandler( aHandler )
    45     CActive( EActivePriorityClockTimer /* EPriorityStandard*/), iEventHandler( aHandler )
    46     {
    46     {
    47     FUNC_LOG;
    47     FUNC_LOG;
    48     }
    48     }
    49 
    49 
    50 CPbkxRclEventScheduler::~CPbkxRclEventScheduler()
    50 CPbkxRclEventScheduler::~CPbkxRclEventScheduler()