Adding support for SMTP service
git-svn-id: svn://10.0.0.236/trunk@13679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
debca7e4b0
commit
1160764112
@ -119,6 +119,7 @@ static NS_DEFINE_IID(kCCalendarUserCID, NS_CALENDAR_USER_CID);
|
||||
static NS_DEFINE_IID(kIUserIID, NS_IUSER_IID);
|
||||
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
|
||||
static NS_DEFINE_IID(kCUserCID, NS_USER_CID);
|
||||
static NS_DEFINE_IID(kCSMTPServiceCID, NS_SMTP_SERVICE_CID);
|
||||
|
||||
#include "nsXPFCMethodInvokerCommand.h"
|
||||
#include "nsIXPFCObserver.h"
|
||||
@ -896,6 +897,7 @@ nsresult nsCalendarShell::RegisterFactories()
|
||||
nsRepository::RegisterFactory(kCXPFCModelUpdateCommandCID, XPFC_DLL, PR_FALSE, PR_FALSE);
|
||||
nsRepository::RegisterFactory(kCXPFCActionCommandCID, XPFC_DLL, PR_FALSE, PR_FALSE);
|
||||
nsRepository::RegisterFactory(kCXPFCCommandServerCID, XPFC_DLL, PR_FALSE, PR_FALSE);
|
||||
nsRepository::RegisterFactory(kCSMTPServiceCID, XPFC_DLL, PR_FALSE, PR_FALSE);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user