зеркало из https://github.com/mozilla/gecko-dev.git
add search session to factory
This commit is contained in:
Родитель
95f86814b6
Коммит
eedb5ba9d2
|
@ -78,6 +78,7 @@
|
|||
#include "nsSubscribeDataSource.h"
|
||||
|
||||
#include "nsMsgPrintEngine.h"
|
||||
#include "nsMsgSearchSession.h"
|
||||
|
||||
|
||||
// private factory declarations for each component we know how to produce
|
||||
|
@ -93,6 +94,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgIdentity)
|
|||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgFolderDataSource, Init)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgMessageDataSource, Init)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgAccountManagerDataSource)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgSearchSession)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgFilterService)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgFilterDataSource)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgFilterDelegateFactory)
|
||||
|
@ -165,6 +167,14 @@ static nsModuleComponentInfo gComponents[] = {
|
|||
NS_MSGFILTERSERVICE_PROGID,
|
||||
nsMsgFilterServiceConstructor,
|
||||
},
|
||||
{ "Message Search Session", NS_MSGSEARCHSESSION_CID,
|
||||
NS_MSGSEARCHSESSION_PROGID,
|
||||
nsMsgSearchSessionConstructor
|
||||
},
|
||||
{ "Message Filter Service", NS_MSGFILTERSERVICE_CID,
|
||||
NS_MSGFILTERSERVICE_PROGID,
|
||||
nsMsgFilterServiceConstructor,
|
||||
},
|
||||
{ "Message Filter Datasource", NS_MSGFILTERDATASOURCE_CID,
|
||||
NS_MSGFILTERDATASOURCE_PROGID,
|
||||
nsMsgFilterDataSourceConstructor,
|
||||
|
|
Загрузка…
Ссылка в новой задаче