Global Data in Namespace osl
in Sourcefile profile.hxx


Profile_DEFAULT
const int Profile_DEFAULT = osl_Profile_DEFAULT;


Profile_READLOCK
const int Profile_READLOCK = osl_Profile_READLOCK;


Profile_SYSTEM
const int Profile_SYSTEM = osl_Profile_SYSTEM;


Profile_WRITELOCK
const int Profile_WRITELOCK = osl_Profile_WRITELOCK;


Top of Page