зеркало из https://github.com/mozilla/pjs.git
# 37239
r= mscott OS/2 bring up continues - add PR_CALLBACKs for VisualAge
This commit is contained in:
Родитель
bfa6c7e34e
Коммит
fa012b3161
|
@ -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 &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче