Jon Smirl wrote: > I got it run using > > NS_IMPL_THREADSAFE_ISUPPORTS1(bcORBComponent,bcIORBComponent); > > I tried taking apart those macros and couldn't figure out what was wrong. > > What is the difference between? > NS_IMPL_THREADSAFE_ISUPPORTS1 > NS_IMPL_THREADSAFE_ISUPPORTS > > -- > Jon Smirl > [EMAIL PROTECTED]
The ones without a number are obsolete: http://bugzilla.mozilla.org/show_bug.cgi?id=45797
