Revised sink API's and others to be more xpcom'ish

git-svn-id: svn://10.0.0.236/trunk@5652 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-07-15 22:30:39 +00:00
parent 950b54bd25
commit 04161762b4
60 changed files with 2320 additions and 2812 deletions

View File

@@ -59,8 +59,8 @@ CToken::~CToken() {
* @param aScanner -- object to retrieve data from
* @return int error code
*/
PRInt32 CToken::Consume(PRUnichar aChar,CScanner& aScanner) {
PRInt32 result=kNoError;
nsresult CToken::Consume(PRUnichar aChar,CScanner& aScanner) {
nsresult result=NS_OK;
return result;
}