Bug #16927 --> add msg quote listener to module.

r=rhp
This commit is contained in:
mscott%netscape.com 1999-10-28 04:20:41 +00:00
Родитель 7591e49798
Коммит 9f12a154f8
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -58,6 +58,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgSendLater);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgDraft)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgComposeService);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgQuote);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgQuoteListener);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSmtpUrl);
////////////////////////////////////////////////////////////
@ -86,6 +87,7 @@ static components_t components[] =
{ NS_SMTPSERVER_CID, &nsSmtpServerConstructor, NS_SMTPSERVER_PROGID, },
{ NS_SMTPURL_CID, &nsSmtpUrlConstructor, NS_SMTPURL_PROGID, },
{ NS_MSGQUOTE_CID, &nsMsgQuoteConstructor, NS_MSGQUOTE_PROGID, },
{ NS_MSGQUOTELISTENER_CID, &nsMsgQuoteListenerConstructor, "", }
};