remove nsIShutdownListener. r=dbaron, sr=alecf, bug 99152

This commit is contained in:
dougt%netscape.com 2001-11-28 00:57:53 +00:00
parent cc46def457
commit 0afe20e5ae

View File

@ -189,16 +189,7 @@ public:
{0x81, 0x63, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
class nsIShutdownListener : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISHUTDOWNLISTENER_IID);
NS_IMETHOD
OnShutdown(const nsCID& aClass, nsISupports* service) = 0;
};
class nsIShutdownListener;
template <class DestinationType>