зеркало из https://github.com/mozilla/pjs.git
fix bustage on sun-os at ports; thanks to timeless
This commit is contained in:
Родитель
6dc106b7ae
Коммит
fe748ef683
|
@ -893,7 +893,7 @@ PRBool nsMsgAccountManager::writeFolderCache(nsHashKey *aKey, void *aData,
|
|||
}
|
||||
|
||||
// enumeration for empty trash on exit
|
||||
PRBool PR_CALLBACK nsMsgAccountManager::CleanupOnExit(nsHashKey *aKey, void *aData,
|
||||
PRBool PR_CALLBACK nsMsgAccountManager::cleanupOnExit(nsHashKey *aKey, void *aData,
|
||||
void *closure)
|
||||
{
|
||||
nsIMsgIncomingServer *server = (nsIMsgIncomingServer*)aData;
|
||||
|
@ -1373,7 +1373,7 @@ nsMsgAccountManager::CloseCachedConnections()
|
|||
NS_IMETHODIMP
|
||||
nsMsgAccountManager::CleanupOnExit()
|
||||
{
|
||||
m_incomingServers.Enumerate(CleanupOnExit,nsnull);
|
||||
m_incomingServers.Enumerate(cleanupOnExit, nsnull);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -127,7 +127,7 @@ private:
|
|||
void *closure);
|
||||
|
||||
// clean up on exit
|
||||
static PRBool PR_CALLBACK CleanupOnExit(nsHashKey *aKey, void *aData,
|
||||
static PRBool PR_CALLBACK cleanupOnExit(nsHashKey *aKey, void *aData,
|
||||
void *closure);
|
||||
//
|
||||
// account enumerators
|
||||
|
|
Загрузка…
Ссылка в новой задаче