On 03/09/2010 02:34 PM, hwri...@apache.org wrote:
Author: hwright Date: Tue Mar 9 22:34:00 2010 New Revision: 921176URL: http://svn.apache.org/viewvc?rev=921176&view=rev Log: JavaHL: Create a new C++ class which represents a generic array of Java objects. Move the various collection parsing duties to this class, and make the StringArray class inherit from it.
+ const std::vector<jobject> &vector(void);
This method could be const and its counterpart in StringArray. Blair