Fix build bustage. Will come back and do it right

git-svn-id: svn://10.0.0.236/trunk@34296 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com 1999-06-08 22:49:01 +00:00
parent f3ae589f0e
commit da45e7f10c
2 changed files with 7 additions and 7 deletions

View File

@ -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..

View File

@ -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;
//}