Adding nsIMessage. Updating SMTPService to take an nsIMessage to send
git-svn-id: svn://10.0.0.236/trunk@13701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -160,6 +160,8 @@ nsresult nsxpfcFactory::CreateInstance(nsISupports *aOuter,
|
||||
inst = (nsISupports *)new nsSMTPService();
|
||||
} else if (mClassID.Equals(kCMIMEServiceCID)) {
|
||||
inst = (nsISupports *)new nsMIMEService();
|
||||
} else if (mClassID.Equals(kCMessageCID)) {
|
||||
inst = (nsISupports *)new nsMessage();
|
||||
}
|
||||
|
||||
if (inst == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user