scc string fixes

git-svn-id: svn://10.0.0.236/trunk@67148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-04-26 00:55:37 +00:00
parent 021f6306e8
commit f74ce25354
22 changed files with 330 additions and 21 deletions

View File

@@ -35,6 +35,10 @@
4. Subsumable strings
***********************************************************************/
#ifndef NEW_STRING_APIS
//#define NEW_STRING_APIS 1
#endif //NEW_STRING_APIS
#ifndef _nsString_
#define _nsString_
@@ -898,6 +902,7 @@ public:
virtual ~nsAutoString();
nsAutoString();
nsAutoString(const nsAutoString& aString);
nsAutoString(const nsString& aString);
nsAutoString(const PRUnichar* aString,PRInt32 aLength=-1);
nsAutoString(PRUnichar aChar);
nsAutoString(const CBufDescriptor& aBuffer);