From ad88eaf89c1a4b1786d23d2ae4c0e94ca5abc38b Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Fri, 10 Sep 1999 23:19:15 +0000 Subject: [PATCH] adding get_iid git-svn-id: svn://10.0.0.236/trunk@46879 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsIContentSink.h | 3 +++ mozilla/parser/htmlparser/src/nsIContentSink.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/htmlparser/src/nsIContentSink.h b/mozilla/htmlparser/src/nsIContentSink.h index b76952cff56..24e9a54e390 100644 --- a/mozilla/htmlparser/src/nsIContentSink.h +++ b/mozilla/htmlparser/src/nsIContentSink.h @@ -49,6 +49,9 @@ class nsIParser; class nsIContentSink : public nsISupports { public: + + NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICONTENT_SINK_IID) + /** * This method gets called when the parser begins the process * of building the content model via the content sink. diff --git a/mozilla/parser/htmlparser/src/nsIContentSink.h b/mozilla/parser/htmlparser/src/nsIContentSink.h index b76952cff56..24e9a54e390 100644 --- a/mozilla/parser/htmlparser/src/nsIContentSink.h +++ b/mozilla/parser/htmlparser/src/nsIContentSink.h @@ -49,6 +49,9 @@ class nsIParser; class nsIContentSink : public nsISupports { public: + + NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICONTENT_SINK_IID) + /** * This method gets called when the parser begins the process * of building the content model via the content sink.