make destructor public so it can be called from the factory.

git-svn-id: svn://10.0.0.236/trunk@26419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-04-06 03:12:54 +00:00
parent ecf177a60b
commit 89141d1ec9

View File

@@ -90,6 +90,7 @@ public:
// nsMailboxUrl
nsMailboxUrl(nsISupports* aContainer, nsIURLGroup* aGroup);
virtual ~nsMailboxUrl();
NS_DECL_ISUPPORTS
@@ -97,7 +98,6 @@ public:
nsresult ParseURL(const nsString& aSpec, const nsIURL* aURL = nsnull);
protected:
virtual ~nsMailboxUrl();
// mailboxurl specific state
nsIStreamListener *m_mailboxParser;