# 37239
r= mscott OS/2 bring up continues - add PR_CALLBACKs for VisualAge git-svn-id: svn://10.0.0.236/trunk@70148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1033,7 +1033,7 @@ nsMsgAccountManager::GetAllServers(nsISupportsArray **_retval)
|
||||
return rv;
|
||||
}
|
||||
|
||||
PRBool
|
||||
PRBool PR_CALLBACK
|
||||
nsMsgAccountManager::getServersToArray(nsHashKey *aKey,
|
||||
void *element,
|
||||
void *aData)
|
||||
|
||||
@@ -151,7 +151,7 @@ private:
|
||||
//
|
||||
|
||||
// load up the servers into the given nsISupportsArray
|
||||
static PRBool getServersToArray(nsHashKey* aKey, void *element, void *aData);
|
||||
static PRBool PR_CALLBACK getServersToArray(nsHashKey* aKey, void *element, void *aData);
|
||||
|
||||
// find the server given by {username, hostname, type}
|
||||
static PRBool findServer(nsISupports *aElement, void *data);
|
||||
|
||||
@@ -1727,7 +1727,7 @@ MimeGetStringByID(PRInt32 stringID)
|
||||
return tempString;
|
||||
}
|
||||
|
||||
void
|
||||
void PR_CALLBACK
|
||||
ResetChannelCharset(MimeObject *obj)
|
||||
{
|
||||
if (obj->options && obj->options->stream_closure &&
|
||||
|
||||
Reference in New Issue
Block a user