mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
Update for nsISupports.
This commit is contained in:
parent
62cacbd42a
commit
bcae9d0638
@ -32,7 +32,7 @@
|
||||
{ 0xc09edb23, 0xb7af, 0x11d2, \
|
||||
{ 0xb3, 0x5e, 0x52, 0x54, 0x0, 0xe2, 0xd6, 0x3a } };
|
||||
|
||||
class nsIMimeObjectClassAccess {
|
||||
class nsIMimeObjectClassAccess : public nsISupports {
|
||||
public:
|
||||
// These methods are all implemented by libmime to be used by
|
||||
// content type handler plugins for processing stream data.
|
||||
|
Loading…
Reference in New Issue
Block a user