Landing xpcom20/21 branch.

git-svn-id: svn://10.0.0.236/trunk@32644 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com
1999-05-26 01:38:36 +00:00
parent 300d6f0885
commit befa259a88
460 changed files with 3692 additions and 1767 deletions

View File

@@ -160,7 +160,7 @@ nsThread::GetPRThread(PRThread* *result)
return NS_OK;
}
NS_BASE nsresult
NS_COM nsresult
NS_NewThread(nsIThread* *result,
nsIRunnable* runnable,
PRUint32 stackSize,
@@ -203,13 +203,13 @@ nsThread::RegisterThreadSelf()
return NS_OK;
}
NS_BASE nsresult
NS_COM nsresult
nsIThread::GetCurrent(nsIThread* *result)
{
return GetIThread(PR_CurrentThread(), result);
}
NS_BASE nsresult
NS_COM nsresult
nsIThread::GetIThread(PRThread* prthread, nsIThread* *result)
{
PRStatus status;
@@ -422,7 +422,7 @@ nsThreadPool::Shutdown()
return rv;
}
NS_BASE nsresult
NS_COM nsresult
NS_NewThreadPool(nsIThreadPool* *result,
PRUint32 minThreads, PRUint32 maxThreads,
PRUint32 stackSize,