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:
File diff suppressed because it is too large
Load Diff
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user