Line data Source code
1 : /*
2 : * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsINSSU2FToken.idl
3 : */
4 :
5 : #ifndef __gen_nsINSSU2FToken_h__
6 : #define __gen_nsINSSU2FToken_h__
7 :
8 :
9 : #ifndef __gen_nsIU2FToken_h__
10 : #include "nsIU2FToken.h"
11 : #endif
12 :
13 : /* For IDL files that don't want to include root IDL files. */
14 : #ifndef NS_NO_VTABLE
15 : #define NS_NO_VTABLE
16 : #endif
17 :
18 : /* starting interface: nsINSSU2FToken */
19 : #define NS_INSSU2FTOKEN_IID_STR "d9104a00-140b-4f86-a4b0-4998878ef4e6"
20 :
21 : #define NS_INSSU2FTOKEN_IID \
22 : {0xd9104a00, 0x140b, 0x4f86, \
23 : { 0xa4, 0xb0, 0x49, 0x98, 0x87, 0x8e, 0xf4, 0xe6 }}
24 :
25 0 : class NS_NO_VTABLE nsINSSU2FToken : public nsIU2FToken {
26 : public:
27 :
28 : NS_DECLARE_STATIC_IID_ACCESSOR(NS_INSSU2FTOKEN_IID)
29 :
30 : };
31 :
32 : NS_DEFINE_STATIC_IID_ACCESSOR(nsINSSU2FToken, NS_INSSU2FTOKEN_IID)
33 :
34 : /* Use this macro when declaring classes that implement this interface. */
35 : #define NS_DECL_NSINSSU2FTOKEN \
36 : /* no methods! */
37 :
38 : /* Use this macro when declaring the members of this interface when the
39 : class doesn't implement the interface. This is useful for forwarding. */
40 : #define NS_DECL_NON_VIRTUAL_NSINSSU2FTOKEN \
41 : /* no methods! */
42 :
43 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
44 : #define NS_FORWARD_NSINSSU2FTOKEN(_to) \
45 : /* no methods! */
46 :
47 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
48 : #define NS_FORWARD_SAFE_NSINSSU2FTOKEN(_to) \
49 : /* no methods! */
50 :
51 : #if 0
52 : /* Use the code below as a template for the implementation class for this interface. */
53 :
54 : /* Header file */
55 : class nsNSSU2FToken : public nsINSSU2FToken
56 : {
57 : public:
58 : NS_DECL_ISUPPORTS
59 : NS_DECL_NSINSSU2FTOKEN
60 :
61 : nsNSSU2FToken();
62 :
63 : private:
64 : ~nsNSSU2FToken();
65 :
66 : protected:
67 : /* additional members */
68 : };
69 :
70 : /* Implementation file */
71 : NS_IMPL_ISUPPORTS(nsNSSU2FToken, nsINSSU2FToken)
72 :
73 : nsNSSU2FToken::nsNSSU2FToken()
74 : {
75 : /* member initializers and constructor code */
76 : }
77 :
78 : nsNSSU2FToken::~nsNSSU2FToken()
79 : {
80 : /* destructor code */
81 : }
82 :
83 : /* End of implementation class template. */
84 : #endif
85 :
86 : #define NS_NSSU2FTOKEN_CONTRACTID "@mozilla.org/dom/u2f/nss-u2f-token;1"
87 :
88 : #endif /* __gen_nsINSSU2FToken_h__ */
|