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

git-svn-id: svn://10.0.0.236/trunk@54246 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com 1999-11-23 03:13:05 +00:00
parent 43dcf964eb
commit 7d6855108a

View File

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