override IID method

This commit is contained in:
bienvenu%netscape.com 1999-02-14 19:16:49 +00:00
parent b0009be1b8
commit 1d21e06b68
2 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,10 @@
class nsIMsgRFC822Parser: public nsISupports {
public:
static const nsIID& IID() {
static nsIID iid = NS_IMSGRFC822PARSER_IID;
return iid;
}
/* Given a string which contains a list of RFC822 addresses, parses it into
their component names and mailboxes.

View File

@ -41,6 +41,10 @@
class nsINntpUrl : public nsIURL
{
public:
static const nsIID& IID() {
static nsIID iid = NS_INNTPURL_IID;
return iid;
}
///////////////////////////////////////////////////////////////////////////////
// Getters and Setters for the news specific event sinks to bind to to your url
///////////////////////////////////////////////////////////////////////////////