Sorry, Jon. This is something that I broken when I landed the nsISupports changes. You can either wait until I fix bug 102460, or update you code to:
NS_IMPL_THREADSAFE_ISUPPORTS1(bcORBComponent,bcORBComponent); This is something that will be fixed before the next milestone. Jon Smirl wrote: > This is from the Java support. It compiled a couple of days ago and now it > doesn't. Has XPCOM change so that this code needs to be adjusted? > > NS_IMPL_THREADSAFE_ISUPPORTS(bcORBComponent,NS_GET_IID(bcORBComponent))); > > C:\cvs\mozilla\java\xpcom\connect\xpcom\bcORBComponent.cpp(43) : error > C2321: sy > ntax error : unexpected 'nsCOMTypeInfo<class bcORBComponent>::GetIID' > C:\cvs\mozilla\java\xpcom\connect\xpcom\bcORBComponent.cpp(43) : error > C2059: sy > ntax error : ')' > NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~1\VC98\BIN\cl.exe' : return > code > '0x2' > Stop. > > -- > Jon Smirl > [EMAIL PROTECTED] > > > > >
