javaruntimes/midp/runtime/src.s60/platformrequesthandler.cpp
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
15:f9bb0fca356a 17:0fd27995241b
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <memory>
    19 #include <memory>
    20 #include <schemehandler.h>        // SchemeHandler
    20 
       
    21 #ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS
       
    22 #include <SchemeHandler.h>
       
    23 #else
       
    24 #include <schemehandler.h>
       
    25 #endif
       
    26 
    21 #include <apgcli.h>               // for RApaLsSession
    27 #include <apgcli.h>               // for RApaLsSession
    22 #include <apacmdln.h>
    28 #include <apacmdln.h>
    23 #include <sstream>
    29 #include <sstream>
    24 
    30 
    25 #include "platformrequesthandler.h"
    31 #include "platformrequesthandler.h"