Changed around load group insertion/removal to happen on mozilla thread.

git-svn-id: svn://10.0.0.236/trunk@40266 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-07-20 08:46:33 +00:00
parent eaef4bf523
commit f1dfc48c58
69 changed files with 276 additions and 340 deletions

View File

@@ -344,7 +344,7 @@ ParallelReadTest(char* dirName, nsIFileTransportService* fts)
rv = fts->CreateTransport(spec, &trans);
NS_ASSERTION(NS_SUCCEEDED(rv), "create failed");
rv = trans->AsyncRead(0, -1, nsnull, listener, nsnull);
rv = trans->AsyncRead(0, -1, nsnull, listener);
NS_ASSERTION(NS_SUCCEEDED(rv), "AsyncRead failed");
// the reader thread will hang on to these objects until it quits