r= jst@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
This commit is contained in:
mkaply%us.ibm.com 2000-04-05 02:37:25 +00:00
parent 494a64e5ce
commit 128aedce82
3 changed files with 42 additions and 3 deletions

View File

@ -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 nsScriptNameSetRegistry_h__
@ -42,7 +55,7 @@ class nsScriptNameSpaceManager : public nsIScriptNameSpaceManager {
nsIID& aCID);
protected:
static PRIntn RemoveNames(PLHashEntry *he, PRIntn i, void *arg);
static PRIntn PR_CALLBACK RemoveNames(PLHashEntry *he, PRIntn i, void *arg);
PLHashTable* mGlobalNames;
};

View File

@ -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
*/
#include "nscore.h"
#include "nsIFactory.h"
@ -134,7 +147,7 @@ public:
NS_IMETHOD GetFactoryCID(const nsString& aClassName, nsIID& aCID);
private:
static PRIntn RemoveStrings(PLHashEntry *he, PRIntn i, void *arg);
static PRIntn PR_CALLBACK RemoveStrings(PLHashEntry *he, PRIntn i, void *arg);
PLHashTable *mFactories;
};

View File

@ -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 nsScriptNameSetRegistry_h__
@ -42,7 +55,7 @@ class nsScriptNameSpaceManager : public nsIScriptNameSpaceManager {
nsIID& aCID);
protected:
static PRIntn RemoveNames(PLHashEntry *he, PRIntn i, void *arg);
static PRIntn PR_CALLBACK RemoveNames(PLHashEntry *he, PRIntn i, void *arg);
PLHashTable* mGlobalNames;
};