javaextensions/satsa/pki/src.s60/cstsseprompt.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
--- a/javaextensions/satsa/pki/src.s60/cstsseprompt.h	Thu Jul 15 18:31:06 2010 +0300
+++ b/javaextensions/satsa/pki/src.s60/cstsseprompt.h	Thu Aug 19 09:48:13 2010 +0300
@@ -22,13 +22,13 @@
 // INCLUDE
 #include <e32base.h>
 
-
-
+// FORWARD DECLARATIONS
+#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
 
-// FORWARD DECLARATIONS
+class CAOSynchronizer;
 class CAknGlobalNote;
-class CAOSynchronizer;
 
+#endif
 // CLASS DECLARATION
 
 /**
@@ -71,11 +71,14 @@
 
 
 private: // data
-
+    #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
     // displays the prompt asynchronously, owned
     CAknGlobalNote* iGlobalNote;
     // waits for the prompt to finish, owned
     CAOSynchronizer* iSynchronizer;
+    
+    #endif
+    
 
 };