From d38707c24f58ab142228756bf0d61003405afd86 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 10 May 2000 06:50:02 +0000 Subject: [PATCH] add new new CIDs and progIDs for the SMTP datasource and delegate factory --- mailnews/compose/build/nsMsgCompCID.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/mailnews/compose/build/nsMsgCompCID.h b/mailnews/compose/build/nsMsgCompCID.h index 0c70891f5bf..d570ed823dd 100644 --- a/mailnews/compose/build/nsMsgCompCID.h +++ b/mailnews/compose/build/nsMsgCompCID.h @@ -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__