More bug 6823. Need to have a GetIID() on nsIEventListenerManager.

This commit is contained in:
waterson%netscape.com 1999-05-21 21:22:02 +00:00
parent ca3d7ce114
commit f9c59fc979
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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.