we inherit from the nsIURL interface...

This commit is contained in:
mscott%netscape.com 1999-02-24 02:26:29 +00:00
parent 1e8554e680
commit 48294ee90c

View File

@ -21,6 +21,7 @@
#include "nscore.h"
#include "nsISupports.h"
#include "nsIURL.h"
/* 6CFFCEB0-CB8C-11d2-8065-006008128C4E */
@ -40,7 +41,7 @@
// to add to the list =).
//////////////////////////////////////////////////////////////////////////////////
class nsIMsgMailNewsUrl : public nsISupports
class nsIMsgMailNewsUrl : public nsIURL
{
public:
static const nsIID& IID() { static nsIID iid = NS_IMSGMAILNEWSURL_IID; return iid; }