javaextensions/satsa/pki/src.s60/cstsseprompt.h
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javaextensions/satsa/pki/src.s60/cstsseprompt.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javaextensions/satsa/pki/src.s60/cstsseprompt.h	Wed Oct 13 14:23:59 2010 +0300
@@ -22,13 +22,13 @@
 // INCLUDE
 #include <e32base.h>
 
+
+
+
 // FORWARD DECLARATIONS
-#ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
-
+class CAknGlobalNote;
 class CAOSynchronizer;
-class CAknGlobalNote;
 
-#endif
 // CLASS DECLARATION
 
 /**
@@ -71,14 +71,11 @@
 
 
 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
-    
 
 };