javacommons/security/javaunicertstoreplugin/src.s60/javacertstoreimpl.h
changeset 69 773449708c84
parent 35 85266cc22c7f
child 66 2455ef1f5bbc
--- a/javacommons/security/javaunicertstoreplugin/src.s60/javacertstoreimpl.h	Wed Aug 18 09:43:15 2010 +0300
+++ b/javacommons/security/javaunicertstoreplugin/src.s60/javacertstoreimpl.h	Thu Sep 02 20:20:40 2010 +0300
@@ -24,7 +24,9 @@
 #include "commsclientendpoint.h"
 #include "commsmessage.h"
 
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
 class CAknGlobalConfirmationQuery;
+#endif
 
 namespace java
 {
@@ -142,7 +144,9 @@
     RPointerArray<CJavaCertData> mCertsData;
     TState mState;
     RThread mUiThread;
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
     std::auto_ptr<CAknGlobalConfirmationQuery> mQuery;
+#endif        
     //This class does not have ownership into this object.
     CJavaCertData* mTempCertData;