We now don't inherit directly from nsIMsgMailNewsUrl

This commit is contained in:
mscott%netscape.com 1999-06-21 23:20:05 +00:00
Родитель bd158627db
Коммит c8f6090b6d
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -23,7 +23,6 @@
#include "nsFileSpec.h"
#include "nsIURL.h"
#include "nsIMsgMailNewsUrl.h"
#include "nsISupports.h"
@ -53,7 +52,7 @@
// we'll just bring up the compose window.
// mscott --> we could break this down into two SMTP url classes....
//////////////////////////////////////////////////////////////////////////////////////
class nsISmtpUrl : public nsIMsgMailNewsUrl
class nsISmtpUrl : public nsISupports
{
public:
static const nsIID& GetIID() { static nsIID iid = NS_ISMTPURL_IID; return iid; }