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:
parent
43dcf964eb
commit
7d6855108a
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user