You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/08/09 13:39:05 UTC

svn commit: r983594 - /subversion/trunk/subversion/include/svn_wc.h

Author: julianfoad
Date: Mon Aug  9 11:39:05 2010
New Revision: 983594

URL: http://svn.apache.org/viewvc?rev=983594&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_translated_file2, svn_wc_translated_stream): Restore '@deprecated'
    notices. A follow-up to r963665.

Modified:
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=983594&r1=983593&r2=983594&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Mon Aug  9 11:39:05 2010
@@ -7051,6 +7051,7 @@ svn_wc_create_tmp_file(apr_file_t **fp,
  * If an error is returned, the effect on @a *xlated_path is undefined.
  *
  * @since New in 1.4
+ * @deprecated Provided for compatibility with the 1.6 API
  */
 SVN_DEPRECATED
 svn_error_t *
@@ -7091,6 +7092,7 @@ svn_wc_translated_file(const char **xlat
  * svn_wc_translated_file().
  *
  * @since New in 1.5.
+ * @deprecated Provided for compatibility with the 1.6 API.
  */
 SVN_DEPRECATED
 svn_error_t *