javacommons/utils/inc/javaoslayer.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    31 
    31 
    32 // Runtime specific bootclasspath identifier.
    32 // Runtime specific bootclasspath identifier.
    33 const int BOOT_CLASSPATH_MIDP = 1;
    33 const int BOOT_CLASSPATH_MIDP = 1;
    34 const int BOOT_CLASSPATH_INSTALLER = 2;
    34 const int BOOT_CLASSPATH_INSTALLER = 2;
    35 const int BOOT_CLASSPATH_TCKRUNNER = 3;
    35 const int BOOT_CLASSPATH_TCKRUNNER = 3;
       
    36 const int BOOT_CLASSPATH_JAVACONTROLPANEL = 4;
    36 
    37 
    37 class DriveId;
    38 class DriveId;
    38 
    39 
    39 class JavaOsLayer
    40 class JavaOsLayer
    40 {
    41 {