Copy as Markdown

Other Tools

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/dom/interfaces/security/nsIIntegrityPolicy.idl
*/
#ifndef __gen_nsIIntegrityPolicy_h__
#define __gen_nsIIntegrityPolicy_h__
#include "nsISupports.h"
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
/* starting interface: nsIIntegrityPolicy */
#define NS_IINTEGRITYPOLICY_IID_STR "4812ff32-1bff-423b-97fc-40a5696dad22"
#define NS_IINTEGRITYPOLICY_IID \
{0x4812ff32, 0x1bff, 0x423b, \
{ 0x97, 0xfc, 0x40, 0xa5, 0x69, 0x6d, 0xad, 0x22 }}
class NS_NO_VTABLE nsIIntegrityPolicy : public nsISupports {
public:
NS_INLINE_DECL_STATIC_IID(NS_IINTEGRITYPOLICY_IID)
/* Used by ToJSValue to check which scriptable interface is implemented. */
using ScriptableInterfaceType = nsIIntegrityPolicy;
};
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIINTEGRITYPOLICY \
/* 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_NSIINTEGRITYPOLICY \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIINTEGRITYPOLICY(_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_NSIINTEGRITYPOLICY(_to) \
/* no methods! */
#endif /* __gen_nsIIntegrityPolicy_h__ */