[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Add apr_hash_t as an OUTPARAM in svn_wc.i

From: <cmpilato_at_collab.net>
Date: 2002-12-10 00:15:16 CET

Jon Middleton <jjm@ixtab.org.uk> writes:

> * subversion/bindings/swig/svn_wc.i: Add apr_hash_t as an OUTPARAM.
>
> Index: subversion/bindings/swig/svn_wc.i
> ===================================================================
> --- subversion/bindings/swig/svn_wc.i (revision 4044)
> +++ subversion/bindings/swig/svn_wc.i (working copy)
> @@ -39,7 +39,8 @@
> %apply SWIGTYPE **OUTPARAM {
> svn_wc_entry_t **,
> svn_wc_adm_access_t **,
> - svn_boolean_t *
> + svn_boolean_t *,
> + apr_hash_t *
> };
>
> /* ----------------------------------------------------------------------- */

Sorry, can't clear this patch. 'apr_hash_t *' is not always used an
output parameter in svn_wc.h. We'll need some typemap work I imagine
to handle individual different cases where this is used as input or
output.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 00:56:58 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.