From 9daa548134e0caaa7ee591fe3ab6ad7db882aecc Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Fri, 2 Apr 1999 00:10:10 +0000 Subject: [PATCH] add IID method. git-svn-id: svn://10.0.0.236/trunk@25965 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/public/nsIFormatConverter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/widget/public/nsIFormatConverter.h b/mozilla/widget/public/nsIFormatConverter.h index 5f499605e42..fa578648f13 100644 --- a/mozilla/widget/public/nsIFormatConverter.h +++ b/mozilla/widget/public/nsIFormatConverter.h @@ -32,6 +32,8 @@ class nsIFormatConverter : public nsISupports { public: + static const nsIID& GetIID() { static nsIID iid = NS_IFORMATCONVERTER_IID; return iid; } + /** * Get the list of the "input" data flavors, in otherwords, the flavors * that this converter can convert "from" (the incoming data to the converter)