зеркало из https://github.com/mozilla/pjs.git
Switch over mailnews/base to use nsIModule. I forgot to mention that these
checkins were reviewed by mscott. There's no bug.
This commit is contained in:
Родитель
18c98aa108
Коммит
685382cce8
|
@ -26,16 +26,7 @@
|
|||
NS_IMPL_ADDREF(nsMsgFilterService)
|
||||
NS_IMPL_RELEASE(nsMsgFilterService)
|
||||
|
||||
NS_BEGIN_EXTERN_C
|
||||
|
||||
nsresult
|
||||
NS_NewMsgFilterService(const nsIID& iid, void **result)
|
||||
{
|
||||
nsMsgFilterService *ids = new nsMsgFilterService();
|
||||
return (ids) ? ids->QueryInterface(iid, result) : NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
|
||||
NS_END_EXTERN_C
|
||||
|
||||
|
||||
nsMsgFilterService::nsMsgFilterService()
|
||||
|
|
|
@ -22,12 +22,7 @@
|
|||
#include "nsIMsgFilterService.h"
|
||||
|
||||
|
||||
NS_BEGIN_EXTERN_C
|
||||
|
||||
nsresult
|
||||
NS_NewMsgFilterService(const nsIID& iid, void **result);
|
||||
|
||||
NS_END_EXTERN_C
|
||||
|
||||
// The filter service is used to acquire and manipulate filter lists.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче