#77616. fix for some (of the many) asserts when importing mail. the assert is because the import

happens on a separate thread.  sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-05-03 00:48:20 +00:00
Родитель f2ce8ef7ed
Коммит ed3e84cd5e
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -133,7 +133,7 @@ UseQuotedPrintable(void)
/* the following macro actually implement addref, release and query interface for our component. */
NS_IMPL_ISUPPORTS1(nsMsgComposeAndSend, nsIMsgSend)
NS_IMPL_THREADSAFE_ISUPPORTS1(nsMsgComposeAndSend, nsIMsgSend)
nsMsgComposeAndSend::nsMsgComposeAndSend() :
m_messageKey(0xffffffff)

Просмотреть файл

@ -135,7 +135,7 @@ public:
};
NS_IMPL_ISUPPORTS1( SendListener, nsIMsgSendListener)
NS_IMPL_THREADSAFE_ISUPPORTS1(SendListener, nsIMsgSendListener)
nsresult SendListener::CreateSendListener( nsIMsgSendListener **ppListener)
{

Просмотреть файл

@ -133,7 +133,7 @@ public:
};
NS_IMPL_ISUPPORTS1( SendListener, nsIMsgSendListener)
NS_IMPL_THREADSAFE_ISUPPORTS1( SendListener, nsIMsgSendListener)
nsresult SendListener::CreateSendListener( nsIMsgSendListener **ppListener)
{