Bug #16394 --> call Initialize function on url after we create one

r=jefft
This commit is contained in:
mscott%netscape.com 1999-10-17 20:03:37 +00:00
Родитель a95c838439
Коммит 4dcfc1d91a
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -41,8 +41,7 @@ static NS_DEFINE_CID(kCImapMessageResource, NS_IMAPMESSAGERESOURCE_CID);
static NS_DEFINE_CID(kCImapMockChannel, NS_IMAPMOCKCHANNEL_CID);
// private factory declarations for each component we know how to produce
NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapUrl)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsImapUrl, Initialize)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapProtocol)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsIMAPHostSessionList)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapIncomingServer)