From f5aa6fad51a23a1d396482e1698c43dcd25cb3e5 Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Thu, 8 Mar 2001 04:47:24 +0000 Subject: [PATCH] fixing documentation git-svn-id: svn://10.0.0.236/trunk@88920 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/string/obsolete/README.html | 5 ++++- mozilla/xpcom/string/obsolete/README.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mozilla/string/obsolete/README.html b/mozilla/string/obsolete/README.html index 28dd61ea230..145ef82872a 100644 --- a/mozilla/string/obsolete/README.html +++ b/mozilla/string/obsolete/README.html @@ -21,10 +21,13 @@ - Scott Collins (original author) --> -

original string implementations soon to be replaced

+

original string implementations soon to be replaced (the names you are using will still be good)

These are the original string implementations by rickg and others. Most of the code here will be made obsolete by the new shared-buffer string (see bug #53065). + For the most part, this change is intended to be transparent to clients. + The type names you are using for strings now, e.g., nsString, nsAutoString, nsXPIDLString, will still be good, + they will just refer to better, but compatible, implementations. If you're interested in learning how strings work, you probably want to start with nsAReadableString.

diff --git a/mozilla/xpcom/string/obsolete/README.html b/mozilla/xpcom/string/obsolete/README.html index 28dd61ea230..145ef82872a 100644 --- a/mozilla/xpcom/string/obsolete/README.html +++ b/mozilla/xpcom/string/obsolete/README.html @@ -21,10 +21,13 @@ - Scott Collins (original author) --> -

original string implementations soon to be replaced

+

original string implementations soon to be replaced (the names you are using will still be good)

These are the original string implementations by rickg and others. Most of the code here will be made obsolete by the new shared-buffer string (see bug #53065). + For the most part, this change is intended to be transparent to clients. + The type names you are using for strings now, e.g., nsString, nsAutoString, nsXPIDLString, will still be good, + they will just refer to better, but compatible, implementations. If you're interested in learning how strings work, you probably want to start with nsAReadableString.