mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
remove nsIShutdownListener. r=dbaron, sr=alecf, bug 99152
This commit is contained in:
parent
cc46def457
commit
0afe20e5ae
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user