mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
add new new CIDs and progIDs for the SMTP datasource and delegate factory
This commit is contained in:
parent
3666089432
commit
cd9eba6c1b
@ -178,4 +178,27 @@
|
||||
#define NS_MSG_COMPOSESTRINGSERVICE_PROGID \
|
||||
NS_MAILNEWS_STRINGSERVICE_PROGID_PREFIX "compose"
|
||||
|
||||
//
|
||||
// nsSmtpDataSource
|
||||
//
|
||||
#define NS_SMTPDATASOURCE_PROGID \
|
||||
NS_RDF_DATASOURCE_PROGID_PREFIX "smtp"
|
||||
|
||||
// {0C612140-25FE-11d4-9A27-0010A4E03656}
|
||||
#define NS_SMTPDATASOURCE_CID \
|
||||
{ 0xc612140, 0x25fe, 0x11d4, \
|
||||
{ 0x9a, 0x27, 0x0, 0x10, 0xa4, 0xe0, 0x36, 0x56 } }
|
||||
|
||||
//
|
||||
// nsSmtpDelegateFactory
|
||||
//
|
||||
#define NS_SMTPDELEGATEFACTORY_PROGID \
|
||||
NS_RDF_DELEGATEFACTORY_PROGID_PREFIX "smtpserver.smtp"
|
||||
|
||||
// {0C612141-25FE-11d4-9A27-0010A4E03656}
|
||||
#define NS_SMTPDELEGATEFACTORY_CID \
|
||||
{ 0xc612141, 0x25fe, 0x11d4, \
|
||||
{ 0x9a, 0x27, 0x0, 0x10, 0xa4, 0xe0, 0x36, 0x56 } }
|
||||
|
||||
|
||||
#endif // nsMessageCompCID_h__
|
||||
|
Loading…
Reference in New Issue
Block a user