зеркало из https://github.com/mozilla/pjs.git
override IID method
This commit is contained in:
Родитель
7ebee8ef4e
Коммит
8f730af3b1
|
@ -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
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Загрузка…
Ссылка в новой задаче