1 | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ |
---|
2 | /* |
---|
3 | * The contents of this file are subject to the Netscape Public |
---|
4 | * License Version 1.1 (the "License"); you may not use this file |
---|
5 | * except in compliance with the License. You may obtain a copy of |
---|
6 | * the License at http://www.mozilla.org/NPL/ |
---|
7 | * |
---|
8 | * Software distributed under the License is distributed on an "AS |
---|
9 | * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
---|
10 | * implied. See the License for the specific language governing |
---|
11 | * rights and limitations under the License. |
---|
12 | * |
---|
13 | * The Original Code is Mozilla Communicator client code, |
---|
14 | * released March 31, 1998. |
---|
15 | * |
---|
16 | * The Initial Developer of the Original Code is Netscape Communications |
---|
17 | * Corporation. Portions created by Netscape are |
---|
18 | * Copyright (C) 1998 Netscape Communications Corporation. All |
---|
19 | * Rights Reserved. |
---|
20 | * |
---|
21 | * Contributor(s): |
---|
22 | * Daniel Veditz <dveditz@netscape.com> |
---|
23 | * Douglas Turner <dougt@netscape.com> |
---|
24 | */ |
---|
25 | |
---|
26 | #ifndef nsSoftwareUpdateIIDs_h___ |
---|
27 | #define nsSoftwareUpdateIIDs_h___ |
---|
28 | |
---|
29 | #define NS_SoftwareUpdate_CID \ |
---|
30 | { /* 18c2f989-b09f-11d2-bcde-00805f0e1353 */ \ |
---|
31 | 0x18c2f989, \ |
---|
32 | 0xb09f, \ |
---|
33 | 0x11d2, \ |
---|
34 | {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \ |
---|
35 | } |
---|
36 | |
---|
37 | #define NS_SoftwareUpdateInstall_CID \ |
---|
38 | { /* 18c2f98b-b09f-11d2-bcde-00805f0e1353 */ \ |
---|
39 | 0x18c2f98b, \ |
---|
40 | 0xb09f, \ |
---|
41 | 0x11d2, \ |
---|
42 | {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \ |
---|
43 | } |
---|
44 | |
---|
45 | #define NS_SoftwareUpdateInstallTrigger_CID \ |
---|
46 | { /* 18c2f98d-b09f-11d2-bcde-00805f0e1353 */ \ |
---|
47 | 0x18c2f98d, \ |
---|
48 | 0xb09f, \ |
---|
49 | 0x11d2, \ |
---|
50 | {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \ |
---|
51 | } |
---|
52 | |
---|
53 | #define NS_SoftwareUpdateInstallVersion_CID \ |
---|
54 | { /* 18c2f98f-b09f-11d2-bcde-00805f0e1353 */ \ |
---|
55 | 0x18c2f98f, \ |
---|
56 | 0xb09f, \ |
---|
57 | 0x11d2, \ |
---|
58 | {0xbc, 0xde, 0x00, 0x80, 0x5f, 0x0e, 0x13, 0x53} \ |
---|
59 | } |
---|
60 | |
---|
61 | |
---|
62 | |
---|
63 | #endif /* nsSoftwareUpdateIIDs_h___ */ |
---|
64 | |
---|