mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
More bug 6823. Need to have a GetIID() on nsIEventListenerManager.
This commit is contained in:
parent
ca3d7ce114
commit
f9c59fc979
@ -38,6 +38,7 @@ class nsIScriptObjectOwner;
|
||||
class nsIEventListenerManager : public nsISupports {
|
||||
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IEVENTLISTENERMANAGER_IID; return iid; }
|
||||
|
||||
/**
|
||||
* Retrieves events listeners of all types.
|
||||
|
@ -38,6 +38,7 @@ class nsIScriptObjectOwner;
|
||||
class nsIEventListenerManager : public nsISupports {
|
||||
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IEVENTLISTENERMANAGER_IID; return iid; }
|
||||
|
||||
/**
|
||||
* Retrieves events listeners of all types.
|
||||
|
Loading…
x
Reference in New Issue
Block a user