diff -r 6c158198356e -r ae942d28ec0e javaextensions/satsa/pki/src.s60/cstscredentialmanager.h --- a/javaextensions/satsa/pki/src.s60/cstscredentialmanager.h Thu Aug 19 09:48:13 2010 +0300 +++ b/javaextensions/satsa/pki/src.s60/cstscredentialmanager.h Tue Aug 31 15:09:22 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;