From 8391c99bdc456839685bae8d41d190a8122703e3 Mon Sep 17 00:00:00 2001 From: minfrin Date: Mon, 2 Aug 2004 21:03:13 +0000 Subject: Add a note to indicate deprecated code in APR v1.0. This code will be fixed after the release of APR v1.0. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59104 13f79535-47bb-0310-9956-ffa450edef68 --- ldap/apr_ldap_compat.c | 7 +++++++ ldap/apr_ldap_url.c | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/ldap/apr_ldap_compat.c b/ldap/apr_ldap_compat.c index 8057081d..c3699d69 100644 --- a/ldap/apr_ldap_compat.c +++ b/ldap/apr_ldap_compat.c @@ -13,6 +13,13 @@ * limitations under the License. */ +/* + * WARNING: This code below is DEPRECATED in APR v1.0. + * + * It requires an overhaul, which will be available in a later release + * of APR. Please expect the code below to change without notice. + */ + /* * apr_ldap_compat.c: LDAP v2/v3 compatibility things * diff --git a/ldap/apr_ldap_url.c b/ldap/apr_ldap_url.c index 81581c8b..9dd701cc 100644 --- a/ldap/apr_ldap_url.c +++ b/ldap/apr_ldap_url.c @@ -49,6 +49,13 @@ * is provided ``as is'' without express or implied warranty. */ +/* + * WARNING: This code below is DEPRECATED in APR v1.0. + * + * It requires an overhaul, which will be available in a later release + * of APR. Please expect the code below to change without notice. + */ + /* apr_ldap_url.c -- LDAP URL (RFC 2255) related routines * * Win32 and perhaps other non-OpenLDAP based ldap libraries may be -- cgit v1.2.1