NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com

This commit is contained in:
dp@netscape.com
1999-12-01 00:21:53 +00:00
parent 4c86d3beec
commit a50b5cf321
30 changed files with 149 additions and 150 deletions

View File

@@ -18,6 +18,7 @@
* Rights Reserved.
*
* Contributor(s):
* Pierre Phaneuf <pp@ludusdesign.com>
*/
@@ -107,7 +108,7 @@ nsSampleImpl::~nsSampleImpl()
* Notice that the second parameter to the macro is the static IID accessor
* method, and NOT the #defined IID.
*/
NS_IMPL_ISUPPORTS(nsSampleImpl, nsISample::GetIID());
NS_IMPL_ISUPPORTS(nsSampleImpl, NS_GET_IID(nsISample));
/**
* Notice that in the protoype for this function, the NS_IMETHOD macro was