javaruntimes/midp/runtime/src.s60/platformrequesthandler.cpp
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 56 abc41079b313
--- a/javaruntimes/midp/runtime/src.s60/platformrequesthandler.cpp	Fri Apr 30 10:40:48 2010 +0300
+++ b/javaruntimes/midp/runtime/src.s60/platformrequesthandler.cpp	Tue May 11 16:07:20 2010 +0300
@@ -17,7 +17,13 @@
 
 
 #include <memory>
-#include <schemehandler.h>        // SchemeHandler
+
+#ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS
+#include <SchemeHandler.h>
+#else
+#include <schemehandler.h>
+#endif
+
 #include <apgcli.h>               // for RApaLsSession
 #include <apacmdln.h>
 #include <sstream>