equal
deleted
inserted
replaced
629 { |
629 { |
630 DLTRACEIN(("")); |
630 DLTRACEIN(("")); |
631 } |
631 } |
632 |
632 |
633 private: |
633 private: |
634 CNcdAsyncRunner::CNcdAsyncRunner( CNcdBaseOperation* aOperation) |
634 CNcdAsyncRunner( CNcdBaseOperation* aOperation) |
635 : CActive(EPriorityStandard), iOperation( aOperation ) |
635 : CActive(EPriorityStandard), iOperation( aOperation ) |
636 { |
636 { |
637 CActiveScheduler::Add(this); |
637 CActiveScheduler::Add(this); |
638 } |
638 } |
639 void ConstructL() |
639 void ConstructL() |