mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 1040040 - Give nsNotifyAddrListener a private destructor; r=bjacob
--HG-- extra : rebase_source : 3ce70bf9ff98c1bde1e581d217b902ad61d5dae0
This commit is contained in:
parent
2c44460e40
commit
541869dba9
@ -19,6 +19,8 @@ class nsNotifyAddrListener : public nsINetworkLinkService,
|
||||
public nsIRunnable,
|
||||
public nsIObserver
|
||||
{
|
||||
virtual ~nsNotifyAddrListener();
|
||||
|
||||
public:
|
||||
NS_DECL_THREADSAFE_ISUPPORTS
|
||||
NS_DECL_NSINETWORKLINKSERVICE
|
||||
@ -26,7 +28,6 @@ public:
|
||||
NS_DECL_NSIOBSERVER
|
||||
|
||||
nsNotifyAddrListener();
|
||||
virtual ~nsNotifyAddrListener();
|
||||
|
||||
nsresult Init(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user