diff -r ae942d28ec0e -r 2455ef1f5bbc javaextensions/satsa/pki/src.s60/cstscredentialmanager.h --- a/javaextensions/satsa/pki/src.s60/cstscredentialmanager.h Tue Aug 31 15:09:22 2010 +0300 +++ b/javaextensions/satsa/pki/src.s60/cstscredentialmanager.h Wed Sep 01 12:33:18 2010 +0100 @@ -31,9 +31,7 @@ // FORWARD DECLARATIONS class CCTKeyInfo; -#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS -class MPKIDialog; -#endif + class CUnifiedCertStore; class CUnifiedKeyStore; class CX500DistinguishedName; @@ -350,11 +348,7 @@ // 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;