equal
deleted
inserted
replaced
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() |