equal
deleted
inserted
replaced
90 |
90 |
91 void CPolicyImporter::ConstructL() |
91 void CPolicyImporter::ConstructL() |
92 { |
92 { |
93 CActiveScheduler::Add(this); |
93 CActiveScheduler::Add(this); |
94 User::LeaveIfError(iPkiService.Connect()); |
94 User::LeaveIfError(iPkiService.Connect()); |
|
95 |
|
96 //Policy importer allow installation of |
|
97 //future and expired certificates. |
|
98 iPkiService.SetInformational(ETrue); |
95 } |
99 } |
96 |
100 |
97 CPolicyImporter::~CPolicyImporter() |
101 CPolicyImporter::~CPolicyImporter() |
98 { |
102 { |
99 LOG_("-> CPolicyImporter::~CPolicyImporter()"); |
103 LOG_("-> CPolicyImporter::~CPolicyImporter()"); |