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

Re: Move some of svn_types.h into svn_interfaces.h

From: David Glasser <glasser_at_mit.edu>
Date: 2007-06-23 23:19:12 CEST

On 6/22/07, Hyrum K. Wright <hyrum_wright@mail.utexas.edu> wrote:
> Are there any objections to this approach, or suggestions for a better
> one? Also, what are the backward compatibility implications of moving
> other interface definitions in svn_types.h to svn_interfaces.h?

Unless svn_types.h includes svn_interfaces.h, you probably can't move
svn_log_message_receiver2_t from the former to the latter, since that
would break code that just has "#include <svn_types.h>" and tries to
use svn_log_message_receiver2_t.

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 23 23:18:58 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.