Fix build bustage. Will come back and do it right

This commit is contained in:
jband%netscape.com 1999-06-08 22:49:01 +00:00
Родитель c9adf54b01
Коммит e13ebb6f4e
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

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

Просмотреть файл

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