зеркало из https://github.com/mozilla/pjs.git
# 37239
r = mscott, a = brendan OS/2 bring-up - PR_CALLBACKs for VisualAge
This commit is contained in:
Родитель
7ab4274deb
Коммит
49aed27b86
|
@ -811,7 +811,7 @@ PRBool nsMsgAccountManager::writeFolderCache(nsHashKey *aKey, void *aData,
|
|||
}
|
||||
|
||||
// enumeration for empty trash on exit
|
||||
PRBool nsMsgAccountManager::emptyTrashOnExit(nsHashKey *aKey, void *aData,
|
||||
PRBool PR_CALLBACK nsMsgAccountManager::emptyTrashOnExit(nsHashKey *aKey, void *aData,
|
||||
void *closure)
|
||||
{
|
||||
nsIMsgIncomingServer *server = (nsIMsgIncomingServer*)aData;
|
||||
|
|
|
@ -117,7 +117,7 @@ private:
|
|||
void *closure);
|
||||
|
||||
// empty trash on exit
|
||||
static PRBool emptyTrashOnExit(nsHashKey *aKey, void *aData,
|
||||
static PRBool PR_CALLBACK emptyTrashOnExit(nsHashKey *aKey, void *aData,
|
||||
void *closure);
|
||||
//
|
||||
// account enumerators
|
||||
|
@ -187,7 +187,7 @@ private:
|
|||
static PRBool PR_CALLBACK removeListener(nsHashKey *aKey, void *element, void *aData);
|
||||
|
||||
// folder listener enumerators
|
||||
static PRBool PR_CALLBACK addListenerToFolder(nsISupports *element, void *data);
|
||||
static PRBool PR_CALLBACK removeListenerFromFolder(nsISupports *element, void *data);
|
||||
static PRBool addListenerToFolder(nsISupports *element, void *data);
|
||||
static PRBool removeListenerFromFolder(nsISupports *element, void *data);
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче