Changes

Jump to: navigation, search

Real World Mozilla First XPCOM Component

2 bytes removed, 21:03, 27 February 2007
Use of macros
NS_IMPL_ISUPPORTS2(classname, interface1, nsISupports)
As an example, consider seamonkey/xpcom/io/nsBinaryStream.cpp ([http://lxr.mozilla.org/seamonkey/source/xpcom/io/nsBinaryStream.cpp#62) seamonkey/xpcom/io/nsBinaryStream.cpp]:
62 NS_IMPL_ISUPPORTS3(nsBinaryOutputStream, nsIObjectOutputStream, nsIBinaryOutputStream, nsIOutputStream)
=== Use of never before-seen types ===

Navigation menu