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

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents eec6ddb07873
children 9a4d7706df52
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
9 9
10 const nsIID NS_IAUTHPROMPTCALLBACK_IID= 10 const nsIID NS_IAUTHPROMPTCALLBACK_IID=
11 {0xbdc387d7, 0x2d29, 0x4cac, 11 {0xbdc387d7, 0x2d29, 0x4cac,
12 [ 0x92, 0xf1, 0xdd, 0x75, 0xd7, 0x86, 0x63, 0x1d ]}; 12 [ 0x92, 0xf1, 0xdd, 0x75, 0xd7, 0x86, 0x63, 0x1d ]};
13 13
14 extern(System) 14 //extern(System)
15 15
16 interface nsIAuthPromptCallback : nsISupports { 16 interface nsIAuthPromptCallback : nsISupports {
17 17
18 static const char[] IID_STR = NS_IAUTHPROMPTCALLBACK_IID_STR; 18 static const char[] IID_STR = NS_IAUTHPROMPTCALLBACK_IID_STR;
19 static const nsIID IID = NS_IAUTHPROMPTCALLBACK_IID; 19 static const nsIID IID = NS_IAUTHPROMPTCALLBACK_IID;