Added |GetIID()|

git-svn-id: svn://10.0.0.236/trunk@37432 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
1999-06-29 20:28:56 +00:00
parent 5c968b9fdd
commit 9ea8cebe57
16 changed files with 36 additions and 9 deletions

View File

@@ -42,6 +42,8 @@ class nsString;
class nsIElementObserver : public nsISupports {
public:
static const nsIID& GetIID() { static nsIID iid = NS_IELEMENTOBSERVER_IID; return iid; }
/*
* This method return the tag which the observer care about
*/