vpnengine/vpnmanager/src/policyimporter.cpp
changeset 2 ef893827b4d1
parent 0 33413c0669b9
child 22 9f4e37332ce5
equal deleted inserted replaced
1:c9c2ad51f972 2:ef893827b4d1
    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()");