From e13ebb6f4e03696436268c62db7aef6c7cbdf668 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Tue, 8 Jun 1999 22:49:01 +0000 Subject: [PATCH] Fix build bustage. Will come back and do it right --- xpcom/reflect/xptcall/public/xptcall.h | 2 +- xpcom/reflect/xptcall/src/xptcall.cpp | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xpcom/reflect/xptcall/public/xptcall.h b/xpcom/reflect/xptcall/public/xptcall.h index b8c4d04d62cb..11f1ffffb439 100644 --- a/xpcom/reflect/xptcall/public/xptcall.h +++ b/xpcom/reflect/xptcall/public/xptcall.h @@ -113,7 +113,7 @@ public: // vtbl for this class. Since this is overridden in the inheriting class // we expect it to never be called. // *This is needed by the Irix implementation.* - NS_IMETHOD QueryInterface(REFNSIID aIID, void** aInstancePtr); +// NS_IMETHOD QueryInterface(REFNSIID aIID, void** aInstancePtr); // Include generated vtbl stub declarations. // These are virtual and *also* implemented by this class.. diff --git a/xpcom/reflect/xptcall/src/xptcall.cpp b/xpcom/reflect/xptcall/src/xptcall.cpp index 474ce9aeef0e..6e17b0a54566 100644 --- a/xpcom/reflect/xptcall/src/xptcall.cpp +++ b/xpcom/reflect/xptcall/src/xptcall.cpp @@ -23,10 +23,10 @@ // This method is never called and is only here so the compiler // will generate a vtbl for this class. // *Needed by the Irix implementation.* -NS_IMETHODIMP nsXPTCStubBase::QueryInterface(REFNSIID aIID, - void** aInstancePtr) -{ - NS_ASSERTION(0,"wowa! nsXPTCStubBase::QueryInterface called"); - return NS_ERROR_FAILURE; -} +//NS_IMETHODIMP nsXPTCStubBase::QueryInterface(REFNSIID aIID, +// void** aInstancePtr) +//{ +// NS_ASSERTION(0,"wowa! nsXPTCStubBase::QueryInterface called"); +// return NS_ERROR_FAILURE; +//}