NS_NewTimer is dead, man.
git-svn-id: svn://10.0.0.236/trunk@70389 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -199,7 +199,8 @@ void nsTimerImpl::SetType(PRUint32 aType)
|
||||
|
||||
|
||||
#pragma mark -
|
||||
|
||||
|
||||
#if 0
|
||||
//----------------------------------------------------------------------------------------
|
||||
PR_PUBLIC_API(nsresult) NS_NewTimer(nsITimer** aInstancePtrResult)
|
||||
//----------------------------------------------------------------------------------------
|
||||
@@ -215,3 +216,4 @@ PR_PUBLIC_API(nsresult) NS_NewTimer(nsITimer** aInstancePtrResult)
|
||||
|
||||
return timer->QueryInterface(nsITimer::GetIID(), (void **) aInstancePtrResult);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user