Changes between Version 6 and Version 7 of pjsua2/SWIG_Quirks


Ignore:
Timestamp:
Aug 3, 2012 7:34:54 AM (12 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsua2/SWIG_Quirks

    v6 v7  
    211211The "data" member will be converted to "getData()" and "setData()" in Java. 
    212212 
    213 === No mapping between std::vector to Java array === 
     213=== No mapping between std::vector to Java array === #jvec 
    214214 
    215215Even 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: