backing out harishd 3:50PM checkin a=mcafee

git-svn-id: svn://10.0.0.236/trunk@57791 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
2000-01-14 06:57:53 +00:00
parent 164f90cf22
commit a871f40ff8
24 changed files with 114 additions and 248 deletions

View File

@@ -231,22 +231,6 @@ PRUint32 nsScanner::Mark(PRInt32 anIndex){
return 0;
}
/**
* Insert data to our underlying input buffer as
* if it were read from an input stream.
*
* @update harishd 01/12/99
* @return error code
*/
PRBool nsScanner::Insert(const nsString& aBuffer) {
PRInt32 theLen=aBuffer.Length();
mBuffer.Insert(aBuffer,mOffset,theLen);
mTotalRead+=theLen;
return PR_TRUE;
}
/**
* Append data to our underlying input buffer as