pkiutilities/CertSaver/inc/CertSaverModel.h
changeset 38 e0432375ea67
parent 37 7bad16cccaca
equal deleted inserted replaced
37:7bad16cccaca 38:e0432375ea67
    75         * @param void
    75         * @param void
    76         */
    76         */
    77         void SavePKCS12L();
    77         void SavePKCS12L();
    78 
    78 
    79 
    79 
    80         /**
       
    81         * Shows a error note with given text.
       
    82         * @param aResourceID Id of the resource text to be shown.
       
    83         */
       
    84         void ShowErrorNoteL( TInt aResourceID ) const;
       
    85 
       
    86     private:  // New functions
    80     private:  // New functions
    87 
    81 
    88         /**
    82         /**
    89         * Initialises unified certstore.
    83         * Initialises unified certstore.
    90         */
    84         */
   196         * Adds new lines to message.
   190         * Adds new lines to message.
   197         * @param aMessage Buffer where message is saved.
   191         * @param aMessage Buffer where message is saved.
   198         */
   192         */
   199         void AddNewlinesToMessage( TDes& aMessage ) const;
   193         void AddNewlinesToMessage( TDes& aMessage ) const;
   200 
   194 
   201         /**
       
   202         * Shows a confirmation note with given text.
       
   203         * @param aResourceID Id of the resource text to be shown.
       
   204         */
       
   205         void ShowConfirmationNoteL( TInt aResourceID ) const;
       
   206 
   195 
   207         /**
   196         /**
   208         * Shows a information note with given text.
   197         * Shows a information note with given text.
   209         * @param aResourceID Id of the resource text to be shown.
   198         * @param aResourceID Id of the resource text to be shown.
   210         */
   199         */