зеркало из https://github.com/mozilla/gecko-dev.git
The WS5.0 problem cropped up again so I'm reapplying pavlov's previous fix.
This commit is contained in:
Родитель
1336bf7022
Коммит
0857b21496
|
@ -36,6 +36,7 @@
|
|||
#include "plhash.h"
|
||||
#include "prlock.h"
|
||||
#include "nsCom.h"
|
||||
#include "nscore.h"
|
||||
|
||||
class NS_COM nsHashKey {
|
||||
protected:
|
||||
|
@ -125,9 +126,9 @@ public:
|
|||
}
|
||||
PRBool Put (nsHashKey *aKey,
|
||||
nsISupports *aData,
|
||||
nsISupports **value = NULL);
|
||||
nsISupports **value = nsnull);
|
||||
nsISupports* Get (nsHashKey *aKey);
|
||||
PRBool Remove (nsHashKey *aKey, nsISupports **value = NULL);
|
||||
PRBool Remove (nsHashKey *aKey, nsISupports **value = nsnull);
|
||||
nsHashtable *Clone();
|
||||
void Enumerate (EnumFunc aEnumFunc, void* closure = NULL)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче