зеркало из https://github.com/mozilla/pjs.git
I always forget to change both the declaration & the definition.
Thanks to bird@anduin.net for the patch. Fixing OS/2 bustage.
This commit is contained in:
Родитель
c5f6b05cff
Коммит
a4b8644bc9
|
@ -178,10 +178,12 @@ public:
|
|||
|
||||
private:
|
||||
nsNSSShutDownList();
|
||||
static PLDHashOperator evaporateAllNSSResourcesHelper(PLDHashTable *table, PLDHashEntryHdr *hdr,
|
||||
static PLDHashOperator PR_CALLBACK
|
||||
evaporateAllNSSResourcesHelper(PLDHashTable *table, PLDHashEntryHdr *hdr,
|
||||
PRUint32 number, void *arg);
|
||||
|
||||
static PLDHashOperator doPK11LogoutHelper(PLDHashTable *table, PLDHashEntryHdr *hdr,
|
||||
static PLDHashOperator PR_CALLBACK
|
||||
doPK11LogoutHelper(PLDHashTable *table, PLDHashEntryHdr *hdr,
|
||||
PRUint32 number, void *arg);
|
||||
protected:
|
||||
PRLock* mListLock;
|
||||
|
|
Загрузка…
Ссылка в новой задаче