pkiutilities/CertSaver/src/CertSaverModel.cpp
changeset 39 61986511a9c8
parent 33 3aa774c655ac
equal deleted inserted replaced
35:f1030a78d563 39:61986511a9c8
    14 * Description:   Class that handles user input and launching of dialogs
    14 * Description:   Class that handles user input and launching of dialogs
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
       
    20 #include <aknnotewrappers.h>        // Note dialogs
       
    21 
       
    22 
       
    23 
       
    24 #include <StringLoader.h>           // For loading resource strings
    19 #include <StringLoader.h>           // For loading resource strings
    25 #include <unifiedcertstore.h>       // For saving the certificates
    20 #include <unifiedcertstore.h>       // For saving the certificates
    26 #include <mctwritablecertstore.h>   // For saving the certificates
    21 #include <mctwritablecertstore.h>   // For saving the certificates
    27 #include <sysutil.h>                // For FFSSpaceBelowCriticalLevelL(..)
    22 #include <sysutil.h>                // For FFSSpaceBelowCriticalLevelL(..)
    28 #include <X509CertNameParser.h>     // For default label
    23 #include <X509CertNameParser.h>     // For default label
    35 #include <asnpkcs.h>
    30 #include <asnpkcs.h>
    36 #include <unifiedkeystore.h>
    31 #include <unifiedkeystore.h>
    37 #include <x509certext.h>
    32 #include <x509certext.h>
    38 #include <mctkeystore.h>
    33 #include <mctkeystore.h>
    39 #include <TrustedSitesStore.h>
    34 #include <TrustedSitesStore.h>
       
    35 #include <eikenv.h>                 // CEikonEnv
       
    36 #include <AknUtils.h>               // AknTextUtils
    40 
    37 
    41 #include <CertSaver.rsg>
    38 #include <CertSaver.rsg>
    42 #include "CertSaverModel.h"
    39 #include "CertSaverModel.h"
    43 #include "CertSaverDocument.h"
    40 #include "CertSaverDocument.h"
    44 #include "CertSaverAppUi.h"
    41 #include "CertSaverAppUi.h"