javaextensions/satsa/pki/src.s60/cstssignatureservice.h
changeset 56 abc41079b313
parent 50 023eef975703
--- a/javaextensions/satsa/pki/src.s60/cstssignatureservice.h	Fri Jul 09 16:35:45 2010 +0300
+++ b/javaextensions/satsa/pki/src.s60/cstssignatureservice.h	Fri Jul 23 12:27:20 2010 +0300
@@ -20,8 +20,6 @@
 #define CSTSSIGNATURESERVICE_H
 
 
-#include "javaosheaders.h"
-#include <vector>
 
 #include <e32base.h>
 #include <badesca.h>
@@ -30,6 +28,9 @@
 
 // FORWARD DECLARATIONS
 class MSecurityDialog;
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS 
+class MPKIDialog;
+#endif
 class CUnifiedCertStore;
 class CUnifiedKeyStore;
 class CCTCertInfo;
@@ -264,6 +265,11 @@
     // security dialog, owned
     MSecurityDialog* iDialog;
 
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
+    // PKI Dialog, owned
+    MPKIDialog* iPKIDialog;
+#endif	
+
     // certificate store, owned
     CUnifiedCertStore* iCertStore;