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:
seawood%netscape.com 2003-01-19 06:43:19 +00:00
Родитель c5f6b05cff
Коммит a4b8644bc9
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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;