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

Re: svn commit: r24497 - trunk/subversion/bindings/swig

From: David James <james_at_cs.toronto.edu>
Date: 2007-05-02 19:19:58 CEST

On 4/7/07, clkao@tigris.org <clkao@tigris.org> wrote:
> +
> +%inline %{
> +/* helper for invoking txdelta window handler */
> +void svn_delta_invoke_window_handler(svn_txdelta_window_handler_t handler,
> + void *baton,
> + svn_txdelta_window_t *window)
> +{
> + handler(window, baton);
> +}
> +%}

This function looks like an exact duplicate of
svn_txdelta_invoke_window_handler, which present in
subversion/bindings/swig/proxy/svn_delta_h.swg. I think that we should
revert this commit and recommend that folks use
svn_txdelta_invoke_window_handler instead.

Does svn_txdelta_invoke_window_handler work for you, clkao?

Thanks,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 2 19:20:13 2007

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.