зеркало из https://github.com/mozilla/pjs.git
minor code cleanup. no bug. r/sr=bienvenu
This commit is contained in:
Родитель
ab6775bdc1
Коммит
aca5a1ce60
|
@ -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()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче