javaextensions/satsa/pki/src.s60/cstssignatureservice.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
--- a/javaextensions/satsa/pki/src.s60/cstssignatureservice.h	Thu Jul 15 18:31:06 2010 +0300
+++ b/javaextensions/satsa/pki/src.s60/cstssignatureservice.h	Thu Aug 19 09:48:13 2010 +0300
@@ -19,19 +19,18 @@
 #ifndef CSTSSIGNATURESERVICE_H
 #define CSTSSIGNATURESERVICE_H
 
-//  INCLUDES
+
+
 #include <e32base.h>
 #include <badesca.h>
 #include <mctkeystore.h>
 #include "functionserver.h"
 
-// CONSTANTS
-
-
-
 // FORWARD DECLARATIONS
 class MSecurityDialog;
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS 
 class MPKIDialog;
+#endif
 class CUnifiedCertStore;
 class CUnifiedKeyStore;
 class CCTCertInfo;
@@ -266,8 +265,10 @@
     // security dialog, owned
     MSecurityDialog* iDialog;
 
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
     // PKI Dialog, owned
     MPKIDialog* iPKIDialog;
+#endif	
 
     // certificate store, owned
     CUnifiedCertStore* iCertStore;