mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
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:
parent
489e979124
commit
805ef226be
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user