javaextensions/satsa/pki/src.s60/cstscredentialmanager.h
changeset 69 773449708c84
parent 61 bf7ee68962da
child 66 2455ef1f5bbc
--- a/javaextensions/satsa/pki/src.s60/cstscredentialmanager.h	Wed Aug 18 09:43:15 2010 +0300
+++ b/javaextensions/satsa/pki/src.s60/cstscredentialmanager.h	Thu Sep 02 20:20:40 2010 +0300
@@ -31,7 +31,9 @@
 
 // FORWARD DECLARATIONS
 class CCTKeyInfo;
-
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS 
+class MPKIDialog;
+#endif
 class CUnifiedCertStore;
 class CUnifiedKeyStore;
 class CX500DistinguishedName;
@@ -348,7 +350,11 @@
 
     // internal error variable
     TInt iError;
-
+    
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
+    // PKI Dialog, owned
+    MPKIDialog* iPKIDialog;
+#endif
 
     // The actual store, owned
     CUnifiedCertStore* iStore;