/* * DO NOT EDIT. THIS FILE IS GENERATED FROM nsINetNotify.idl */ #ifndef __gen_nsINetNotify_h__ #define __gen_nsINetNotify_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to include root IDL files. */ #ifndef NS_NO_VTABLE #define NS_NO_VTABLE #endif /* starting interface: nsINetNotify */ #define NS_INETNOTIFY_IID_STR "4a3019e0-1cf3-11d3-a15b-0050041caf44" #define NS_INETNOTIFY_IID \ {0x4a3019e0, 0x1cf3, 0x11d3, \ { 0xa1, 0x5b, 0x00, 0x50, 0x04, 0x1c, 0xaf, 0x44 }} class NS_NO_VTABLE nsINetNotify : public nsISupports { public: NS_DEFINE_STATIC_IID_ACCESSOR(NS_INETNOTIFY_IID) }; /* Use this macro when declaring classes that implement this interface. */ #define NS_DECL_NSINETNOTIFY \ /* no methods! */ /* Use this macro to declare functions that forward the behavior of this interface to another object. */ #define NS_FORWARD_NSINETNOTIFY(_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_NSINETNOTIFY(_to) \ /* no methods! */ #if 0 /* Use the code below as a template for the implementation class for this interface. */ /* Header file */ class nsNetNotify : public nsINetNotify { public: NS_DECL_ISUPPORTS NS_DECL_NSINETNOTIFY nsNetNotify(); virtual ~nsNetNotify(); /* additional members */ }; /* Implementation file */ NS_IMPL_ISUPPORTS1(nsNetNotify, nsINetNotify) nsNetNotify::nsNetNotify() { NS_INIT_ISUPPORTS(); /* member initializers and constructor code */ } nsNetNotify::~nsNetNotify() { /* destructor code */ } /* End of implementation class template. */ #endif #endif /* __gen_nsINetNotify_h__ */ .