javaextensions/satsa/pki/src.s60/cstssignatureservice.h
changeset 50 023eef975703
parent 21 2a9601315dfc
child 56 abc41079b313
--- a/javaextensions/satsa/pki/src.s60/cstssignatureservice.h	Tue Jul 06 20:36:19 2010 +0300
+++ b/javaextensions/satsa/pki/src.s60/cstssignatureservice.h	Fri Jul 09 16:35:45 2010 +0300
@@ -19,19 +19,17 @@
 #ifndef CSTSSIGNATURESERVICE_H
 #define CSTSSIGNATURESERVICE_H
 
-//  INCLUDES
+
+#include "javaosheaders.h"
+#include <vector>
+
 #include <e32base.h>
 #include <badesca.h>
 #include <mctkeystore.h>
 #include "functionserver.h"
 
-// CONSTANTS
-
-
-
 // FORWARD DECLARATIONS
 class MSecurityDialog;
-class MPKIDialog;
 class CUnifiedCertStore;
 class CUnifiedKeyStore;
 class CCTCertInfo;
@@ -266,9 +264,6 @@
     // security dialog, owned
     MSecurityDialog* iDialog;
 
-    // PKI Dialog, owned
-    MPKIDialog* iPKIDialog;
-
     // certificate store, owned
     CUnifiedCertStore* iCertStore;