mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
minor code cleanup. no bug. r/sr=bienvenu
This commit is contained in:
parent
aa501994ff
commit
c320ef7c3a
@ -67,8 +67,7 @@ NS_INTERFACE_MAP_END_THREADSAFE
|
|||||||
|
|
||||||
static NS_DEFINE_CID(kMsgAccountManagerCID, NS_MSGACCOUNTMANAGER_CID);
|
static NS_DEFINE_CID(kMsgAccountManagerCID, NS_MSGACCOUNTMANAGER_CID);
|
||||||
|
|
||||||
nsMsgMailSession::nsMsgMailSession():
|
nsMsgMailSession::nsMsgMailSession()
|
||||||
mRefCnt(0)
|
|
||||||
{
|
{
|
||||||
|
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_REFCNT();
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
#include "nsUrlListenerManager.h"
|
#include "nsUrlListenerManager.h"
|
||||||
|
|
||||||
nsUrlListenerManager::nsUrlListenerManager() :
|
nsUrlListenerManager::nsUrlListenerManager() :
|
||||||
mRefCnt(0),
|
|
||||||
m_listeners(nsnull)
|
m_listeners(nsnull)
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_REFCNT();
|
||||||
|
@ -141,7 +141,6 @@ nsMsgComposeService::nsMsgComposeService()
|
|||||||
mCachedWindows = nsnull;
|
mCachedWindows = nsnull;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the following macro actually implement addref, release and query interface for our component. */
|
|
||||||
NS_IMPL_ISUPPORTS4(nsMsgComposeService, nsIMsgComposeService, nsIObserver, nsICmdLineHandler, nsISupportsWeakReference);
|
NS_IMPL_ISUPPORTS4(nsMsgComposeService, nsIMsgComposeService, nsIObserver, nsICmdLineHandler, nsISupportsWeakReference);
|
||||||
|
|
||||||
nsMsgComposeService::~nsMsgComposeService()
|
nsMsgComposeService::~nsMsgComposeService()
|
||||||
|
Loading…
Reference in New Issue
Block a user