Copy as Markdown
Other Tools
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/dom/quota/nsIQuotaArtificialFailure.idl
*/
#ifndef __gen_nsIQuotaArtificialFailure_h__
#define __gen_nsIQuotaArtificialFailure_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: nsIQuotaArtificialFailure */
#define NS_IQUOTAARTIFICIALFAILURE_IID_STR "9a28937e-997f-4962-9422-f8a2103214bc"
#define NS_IQUOTAARTIFICIALFAILURE_IID \
{0x9a28937e, 0x997f, 0x4962, \
{ 0x94, 0x22, 0xf8, 0xa2, 0x10, 0x32, 0x14, 0xbc }}
class NS_NO_VTABLE nsIQuotaArtificialFailure : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IQUOTAARTIFICIALFAILURE_IID)
/* Used by ToJSValue to check which scriptable interface is implemented. */
using ScriptableInterfaceType = nsIQuotaArtificialFailure;
enum Category : uint32_t {
CATEGORY_NONE = 0,
CATEGORY_INITIALIZE_ORIGIN = 1,
CATEGORY_OPEN_CLIENT_DIRECTORY = 2,
CATEGORY_CREATE_DIRECTORY_METADATA2 = 4,
};
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIQuotaArtificialFailure, NS_IQUOTAARTIFICIALFAILURE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIQUOTAARTIFICIALFAILURE \
/* 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_NSIQUOTAARTIFICIALFAILURE \
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIQUOTAARTIFICIALFAILURE(_to) \
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIQUOTAARTIFICIALFAILURE(_to) \
#endif /* __gen_nsIQuotaArtificialFailure_h__ */