Re: Kaffe-OJI plugin woes (non existing NS_IMPL_ISUPPORTS)

[email protected] 12 Mar 2003 23:59:46 -0800
Newsgroups gmane.comp.mozilla.devel.plugins,gmane.comp.mozilla.devel.xpcom,gmane.comp.mozilla.devel.oji
Organization http://groups.google.com/
Message-ID <[email protected]>
Christian Biesinger <[email protected]> wrote in message news:<[email protected]>...
> [email protected] wrote:
> > NS_IMPL_ISUPPORTS(ojiSecureEnv, ojiSecureEnv::GetIID() )
> 
> The syntax would be NS_IMPL_ISUPPORTS1(ojiSecureEnv, interfaceName)
> I am not sure what interface it implements, so I can't say what you 
> should use as interfaceName...

I want to know the difference between these macros? For example how to
convert NS_IMPL_ISUPPORTS based macros to NS_IMPL_ISUPPORTS1 in a
generic way? It requires understanding of what these macros are
supposed to do. Since I am pretty new to mozilla related stuff, I was
looking for some info directed to the meaning of these macros and
their conversions.

Thanks.
vrihad