Copy as Markdown

Other Tools

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/cookiebanners/nsICookieBannerTelemetryService.idl
*/
#ifndef __gen_nsICookieBannerTelemetryService_h__
#define __gen_nsICookieBannerTelemetryService_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: nsICookieBannerTelemetryService */
#define NS_ICOOKIEBANNERTELEMETRYSERVICE_IID_STR "56197e18-d144-45b5-9f77-84102f064462"
#define NS_ICOOKIEBANNERTELEMETRYSERVICE_IID \
{0x56197e18, 0xd144, 0x45b5, \
{ 0x9f, 0x77, 0x84, 0x10, 0x2f, 0x06, 0x44, 0x62 }}
class NS_NO_VTABLE nsICookieBannerTelemetryService : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_ICOOKIEBANNERTELEMETRYSERVICE_IID)
/* Used by ToJSValue to check which scriptable interface is implemented. */
using ScriptableInterfaceType = nsICookieBannerTelemetryService;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsICookieBannerTelemetryService, NS_ICOOKIEBANNERTELEMETRYSERVICE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSICOOKIEBANNERTELEMETRYSERVICE \
/* 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_NSICOOKIEBANNERTELEMETRYSERVICE \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSICOOKIEBANNERTELEMETRYSERVICE(_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_NSICOOKIEBANNERTELEMETRYSERVICE(_to) \
/* no methods! */
#endif /* __gen_nsICookieBannerTelemetryService_h__ */