--- a/pkiutilities/CertSaver/inc/CertSaverModel.h Thu Aug 19 10:45:23 2010 +0300
+++ b/pkiutilities/CertSaver/inc/CertSaverModel.h Tue Aug 31 16:04:40 2010 +0300
@@ -77,12 +77,6 @@
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
/**
@@ -198,11 +192,6 @@
*/
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.
@@ -310,10 +299,12 @@
*/
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;
@@ -336,6 +327,8 @@
TInt iSavedUserCertsCount;
TInt iSelectedKeyStore;
TBool iKeyAlreadyExists;
+
+ CEikonEnv* iEikEnv;
};
#endif