comparison dwt/internal/mozilla/nsIDirectoryService.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents dd63eb078d7a
children 9a4d7706df52
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
14 14
15 const nsIID NS_IDIRECTORYSERVICEPROVIDER_IID= 15 const nsIID NS_IDIRECTORYSERVICEPROVIDER_IID=
16 {0xbbf8cab0, 0xd43a, 0x11d3, 16 {0xbbf8cab0, 0xd43a, 0x11d3,
17 [ 0x8c, 0xc2, 0x00, 0x60, 0x97, 0x92, 0x27, 0x8c ]}; 17 [ 0x8c, 0xc2, 0x00, 0x60, 0x97, 0x92, 0x27, 0x8c ]};
18 18
19 extern(System) 19 //extern(System)
20 20
21 interface nsIDirectoryServiceProvider : nsISupports { 21 interface nsIDirectoryServiceProvider : nsISupports {
22 22
23 static const char[] IID_STR = NS_IDIRECTORYSERVICEPROVIDER_IID_STR; 23 static const char[] IID_STR = NS_IDIRECTORYSERVICEPROVIDER_IID_STR;
24 static const nsIID IID = NS_IDIRECTORYSERVICEPROVIDER_IID; 24 static const nsIID IID = NS_IDIRECTORYSERVICEPROVIDER_IID;
35 35
36 const nsIID NS_IDIRECTORYSERVICEPROVIDER2_IID= 36 const nsIID NS_IDIRECTORYSERVICEPROVIDER2_IID=
37 {0x2f977d4b, 0x5485, 0x11d4, 37 {0x2f977d4b, 0x5485, 0x11d4,
38 [ 0x87, 0xe2, 0x00, 0x10, 0xa4, 0xe7, 0x5e, 0xf2 ]}; 38 [ 0x87, 0xe2, 0x00, 0x10, 0xa4, 0xe7, 0x5e, 0xf2 ]};
39 39
40 extern(System) 40 //extern(System)
41 41
42 interface nsIDirectoryServiceProvider2 : nsIDirectoryServiceProvider { 42 interface nsIDirectoryServiceProvider2 : nsIDirectoryServiceProvider {
43 43
44 static const char[] IID_STR = NS_IDIRECTORYSERVICEPROVIDER2_IID_STR; 44 static const char[] IID_STR = NS_IDIRECTORYSERVICEPROVIDER2_IID_STR;
45 static const nsIID IID = NS_IDIRECTORYSERVICEPROVIDER2_IID; 45 static const nsIID IID = NS_IDIRECTORYSERVICEPROVIDER2_IID;
56 56
57 const nsIID NS_IDIRECTORYSERVICE_IID= 57 const nsIID NS_IDIRECTORYSERVICE_IID=
58 {0x57a66a60, 0xd43a, 0x11d3, 58 {0x57a66a60, 0xd43a, 0x11d3,
59 [ 0x8c, 0xc2, 0x00, 0x60, 0x97, 0x92, 0x27, 0x8c ]}; 59 [ 0x8c, 0xc2, 0x00, 0x60, 0x97, 0x92, 0x27, 0x8c ]};
60 60
61 extern(System) 61 //extern(System)
62 62
63 interface nsIDirectoryService : nsISupports { 63 interface nsIDirectoryService : nsISupports {
64 64
65 static const char[] IID_STR = NS_IDIRECTORYSERVICE_IID_STR; 65 static const char[] IID_STR = NS_IDIRECTORYSERVICE_IID_STR;
66 static const nsIID IID = NS_IDIRECTORYSERVICE_IID; 66 static const nsIID IID = NS_IDIRECTORYSERVICE_IID;