--- a/pkiutilities/CertSaver/inc/CertSaverModel.h Fri Jun 11 14:28:40 2010 +0300
+++ b/pkiutilities/CertSaver/inc/CertSaverModel.h Thu Jun 24 12:46:20 2010 +0300
@@ -310,10 +310,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 +338,8 @@
TInt iSavedUserCertsCount;
TInt iSelectedKeyStore;
TBool iKeyAlreadyExists;
+
+ CEikonEnv* iEikEnv;
};
#endif