Landing nsIFile.

git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2000-01-24 21:28:28 +00:00
parent 1f351b9156
commit 714da09a59
162 changed files with 4387 additions and 2566 deletions

View File

@@ -126,7 +126,7 @@ nsresult
nsComponentManager::RegisterComponentSpec(const nsCID &aClass,
const char *aClassName,
const char *aProgID,
nsIFileSpec *aLibrary,
nsIFile *aLibrary,
PRBool aReplace,
PRBool aPersist)
{
@@ -174,7 +174,7 @@ nsComponentManager::UnregisterComponent(const nsCID &aClass,
nsresult
nsComponentManager::UnregisterComponentSpec(const nsCID &aClass,
nsIFileSpec *aLibrarySpec)
nsIFile *aLibrarySpec)
{
nsIComponentManager* cm;
nsresult rv = NS_GetGlobalComponentManager(&cm);
@@ -192,7 +192,7 @@ nsComponentManager::FreeLibraries(void)
}
nsresult
nsComponentManager::AutoRegister(PRInt32 when, nsIFileSpec *directory)
nsComponentManager::AutoRegister(PRInt32 when, nsIFile *directory)
{
nsIComponentManager* cm;
nsresult rv = NS_GetGlobalComponentManager(&cm);
@@ -202,7 +202,7 @@ nsComponentManager::AutoRegister(PRInt32 when, nsIFileSpec *directory)
nsresult
nsComponentManager::AutoRegisterComponent(PRInt32 when,
nsIFileSpec *fullname)
nsIFile *fullname)
{
nsIComponentManager* cm;
nsresult rv = NS_GetGlobalComponentManager(&cm);