Changes between Version 6 and Version 7 of pjsua2/SWIG_Quirks
- Timestamp:
- Aug 3, 2012 7:34:54 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsua2/SWIG_Quirks
v6 v7 211 211 The "data" member will be converted to "getData()" and "setData()" in Java. 212 212 213 === No mapping between std::vector to Java array === 213 === No mapping between std::vector to Java array === #jvec 214 214 215 215 Even after applying the patch in [http://sourceforge.net/tracker/?func=detail&aid=3393025&group_id=1645&atid=301645 this SWIG ticket], std::vector is still not mapped to Java array. So we're left with awkward syntax to pass an array: