Skip to content
Commit a58f224f authored by Volker Krause's avatar Volker Krause
Browse files

Tidy up JNI primitive type handling

This now prevents the use of basic C++ types that don't map to JNI types
(e.g. unsigned integers, char) and it takes care of properly converting
bool to/from the JNI jboolean, which is a special case as the underlying
types don't match.
parent 4afc5f07
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment