diff options
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/elements.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx index f9f481f5e0a2..712939b94e6f 100644 --- a/jvmfwk/source/elements.cxx +++ b/jvmfwk/source/elements.cxx @@ -33,6 +33,10 @@ #include "boost/optional.hpp" #include <string.h> +// For backwards compatibility, the nFeatures and nRequirements flag words are +// read/written as potentially signed hexadecimal numbers (though that has no +// practical relevance given that each has only one flag with value 0x01 +// defined). using namespace osl; namespace jfw |