mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
override IID method
This commit is contained in:
parent
b0009be1b8
commit
1d21e06b68
@ -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.
|
||||
|
||||
|
@ -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
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user