From dev-return-2501-daniel=haxx.se@subversion.apache.org Wed Mar 10 00:00:14 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o29N0CdL012830 for ; Wed, 10 Mar 2010 00:00:13 +0100 Received: (qmail 72168 invoked by uid 500); 9 Mar 2010 23:00:07 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 72156 invoked by uid 99); 9 Mar 2010 23:00:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 23:00:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of blair@orcaware.com designates 12.11.234.124 as permitted sender) Received: from [12.11.234.124] (HELO orca3.orcaware.com) (12.11.234.124) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 23:00:00 +0000 Received: from orca3.orcaware.com (localhost [127.0.0.1]) by orca3.orcaware.com (8.14.3/8.14.3/Debian-9ubuntu1) with ESMTP id o29Mxa1Q030647; Tue, 9 Mar 2010 14:59:36 -0800 Message-ID: <4B96D2D8.8060704@orcaware.com> Date: Tue, 09 Mar 2010 14:59:36 -0800 From: Blair Zajac User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: hwright@apache.org CC: dev@subversion.apache.org Subject: Re: svn commit: r921176 - in /subversion/trunk/subversion/bindings/javahl/native: Array.cpp Array.h StringArray.cpp StringArray.h References: <20100309223400.CFD5C23888FE@eris.apache.org> In-Reply-To: <20100309223400.CFD5C23888FE@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 03/09/2010 02:34 PM, hwright@apache.org wrote: > Author: hwright > Date: Tue Mar 9 22:34:00 2010 > New Revision: 921176 > > URL: 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 &vector(void); This method could be const and its counterpart in StringArray. Blair