Copy as Markdown

Other Tools

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/base/nsISuspendableChannelWrapper.idl
*/
#ifndef __gen_nsISuspendableChannelWrapper_h__
#define __gen_nsISuspendableChannelWrapper_h__
#include "nsIChannel.h"
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
/* starting interface: nsISuspendableChannelWrapper */
#define NS_ISUSPENDABLECHANNELWRAPPER_IID_STR "317c1a44-2a66-4a30-9769-5e8489a64859"
#define NS_ISUSPENDABLECHANNELWRAPPER_IID \
{0x317c1a44, 0x2a66, 0x4a30, \
{ 0x97, 0x69, 0x5e, 0x84, 0x89, 0xa6, 0x48, 0x59 }}
class NS_NO_VTABLE nsISuspendableChannelWrapper : public nsIChannel {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISUSPENDABLECHANNELWRAPPER_IID)
/* Used by ToJSValue to check which scriptable interface is implemented. */
using ScriptableInterfaceType = nsISuspendableChannelWrapper;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsISuspendableChannelWrapper, NS_ISUSPENDABLECHANNELWRAPPER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSISUSPENDABLECHANNELWRAPPER \
/* no methods! */
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSISUSPENDABLECHANNELWRAPPER \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSISUSPENDABLECHANNELWRAPPER(_to) \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSISUSPENDABLECHANNELWRAPPER(_to) \
/* no methods! */
#endif /* __gen_nsISuspendableChannelWrapper_h__ */