Fixes learning, removes usage of NaN, and correctly initializes refcount of the nsIStreamListener. [not part of build].

git-svn-id: svn://10.0.0.236/trunk@131017 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2002-10-02 19:54:32 +00:00
parent e6d2d2af50
commit f505719979
2 changed files with 32 additions and 1000 deletions

View File

@@ -52,7 +52,8 @@ public:
~Tokenizer();
Token* get(const char* word);
void remove(const char* word);
Token* add(const char* word, PRUint32 count = 1);
void remove(const char* word, PRUint32 count = 1);
PRUint32 countTokens() { return mTokens.Count(); }
Token** getTokens();