Landing nsIFile.
git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user