javacommons/utils/inc/javaoslayer.h
changeset 35 85266cc22c7f
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
    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 {