diff -r e0d6e9bd3ca7 -r bf7ee68962da javaextensions/satsa/pki/src.s60/cstsseprompt.h --- a/javaextensions/satsa/pki/src.s60/cstsseprompt.h Tue Jul 06 14:10:26 2010 +0300 +++ b/javaextensions/satsa/pki/src.s60/cstsseprompt.h Wed Aug 18 09:43:15 2010 +0300 @@ -22,13 +22,13 @@ // INCLUDE #include - - +// 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 + };