mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 21:52:44 +00:00
# 34082
r= jst@netscape.com OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
This commit is contained in:
parent
494a64e5ce
commit
128aedce82
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user