mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
# 34082
r= wtc@netscape.com OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
This commit is contained in:
parent
6609958d0b
commit
325d601c8f
@ -18,6 +18,19 @@
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
*
|
||||
* This Original Code has been modified by IBM Corporation.
|
||||
* Modifications made by IBM described herein are
|
||||
* Copyright (c) International Business Machines
|
||||
* Corporation, 2000
|
||||
*
|
||||
* Modifications to Mozilla code or documentation
|
||||
* identified per MPL Section 3.3
|
||||
*
|
||||
* Date Modified by Description of modification
|
||||
* 03/27/2000 IBM Corp. Added PR_CALLBACK for Optlink
|
||||
* use in OS2
|
||||
*/
|
||||
#ifndef nsLocale_h__
|
||||
#define nsLocale_h__
|
||||
@ -46,10 +59,10 @@ protected:
|
||||
|
||||
NS_IMETHOD AddCategory(const PRUnichar* category, const PRUnichar* value);
|
||||
|
||||
static PLHashNumber Hash_HashFunction(const void* key);
|
||||
static PRIntn Hash_CompareNSString(const void* s1, const void* s2);
|
||||
static PRIntn Hash_EnmerateDelete(PLHashEntry *he, PRIntn hashIndex, void *arg);
|
||||
static PRIntn Hash_EnumerateCopy(PLHashEntry *he, PRIntn hashIndex, void *arg);
|
||||
static PLHashNumber PR_CALLBACK Hash_HashFunction(const void* key);
|
||||
static PRIntn PR_CALLBACK Hash_CompareNSString(const void* s1, const void* s2);
|
||||
static PRIntn PR_CALLBACK Hash_EnmerateDelete(PLHashEntry *he, PRIntn hashIndex, void *arg);
|
||||
static PRIntn PR_CALLBACK Hash_EnumerateCopy(PLHashEntry *he, PRIntn hashIndex, void *arg);
|
||||
|
||||
PLHashTable* fHashtable;
|
||||
PRUint32 fCategoryCount;
|
||||
|
Loading…
Reference in New Issue
Block a user