commented out, so it could be added to the project. Travis will uncomment it when he adds it to the windows and unix builds. r=tbogard

This commit is contained in:
scc%netscape.com 1999-11-23 03:13:05 +00:00
Родитель e2e36b3c4a
Коммит c4baec4805
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -23,6 +23,7 @@
#include "nsIInterfaceRequestor.h"
#if 0
nsresult
nsGetInterface::operator()( const nsIID& aIID, void** aInstancePtr ) const
{
@ -36,4 +37,5 @@ nsGetInterface::operator()( const nsIID& aIID, void** aInstancePtr ) const
if ( mErrorPtr )
*mErrorPtr = status;
return status;
}
}
#endif