pkiutilities/CertSaver/inc/CertSaverModel.h
changeset 30 cc1cea6aabaf
parent 0 164170e6151a
child 33 3aa774c655ac
--- 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