Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.

git-svn-id: svn://10.0.0.236/trunk@36440 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-06-23 03:29:44 +00:00
parent be89261178
commit 06d707be48
379 changed files with 7353 additions and 2355 deletions

View File

@@ -117,7 +117,7 @@ main(int argc, char* argv[])
printf("cannot get net service\n");
return 1;
}
nsIURL *url = nsnull;
nsIURI *url = nsnull;
ret = pNetService->CreateURL(&url, nsString(TEST_URL), nsnull, nsnull,
nsnull);
if (NS_FAILED(ret) || (!url)) {