diff -r 09b1ac925e3f -r 03674e5abf46 pkiutilities/CertSaver/inc/CertSaverModel.h --- a/pkiutilities/CertSaver/inc/CertSaverModel.h Tue Aug 31 16:04:40 2010 +0300 +++ b/pkiutilities/CertSaver/inc/CertSaverModel.h Wed Sep 01 12:19:59 2010 +0100 @@ -77,6 +77,12 @@ void SavePKCS12L(); + /** + * Shows a error note with given text. + * @param aResourceID Id of the resource text to be shown. + */ + void ShowErrorNoteL( TInt aResourceID ) const; + private: // New functions /** @@ -192,6 +198,11 @@ */ void AddNewlinesToMessage( TDes& aMessage ) const; + /** + * Shows a confirmation note with given text. + * @param aResourceID Id of the resource text to be shown. + */ + void ShowConfirmationNoteL( TInt aResourceID ) const; /** * Shows a information note with given text. @@ -299,12 +310,10 @@ */ void DivideToBlocks( const TDesC8& aInput, TDes& aOutput ) const; -/* - TBool DoMessageQueryL( - TInt aDialogResId, + TBool DoMessageQueryL( + TInt aDialogResId, TInt aHeadingResId, - TDesC& aMessage ); -*/ + TDesC& aMessage ); private: //data TCertificateOwnerType iCertOwnerType; @@ -327,8 +336,6 @@ TInt iSavedUserCertsCount; TInt iSelectedKeyStore; TBool iKeyAlreadyExists; - - CEikonEnv* iEikEnv; }; #endif