Landing nsIFile.

This commit is contained in:
dougt@netscape.com
2000-01-24 21:28:28 +00:00
parent 25228f291c
commit d48ec37751
150 changed files with 4338 additions and 2522 deletions

View File

@@ -20,6 +20,8 @@
* Contributor(s):
* Pierre Phaneuf <pp@ludusdesign.com>
*/
#include "nsString.h"
#include "nspr.h"
#include "nsCOMPtr.h"
#include "nsIGenericFactory.h"
#include "nsIModule.h"
@@ -292,7 +294,7 @@ nsParserModule::GetClassObject(nsIComponentManager *aCompMgr,
NS_IMETHODIMP
nsParserModule::RegisterSelf(nsIComponentManager *aCompMgr,
nsIFileSpec* aPath,
nsIFile* aPath,
const char* registryLocation,
const char* componentType)
{
@@ -316,7 +318,7 @@ nsParserModule::RegisterSelf(nsIComponentManager *aCompMgr,
NS_IMETHODIMP
nsParserModule::UnregisterSelf(nsIComponentManager *aCompMgr,
nsIFileSpec* aPath,
nsIFile* aPath,
const char* registryLocation)
{
Components* cp = gComponents;
@@ -350,7 +352,7 @@ nsParserModule::CanUnload(nsIComponentManager *aCompMgr, PRBool *okToUnload)
static nsParserModule *gModule = NULL;
extern "C" NS_EXPORT nsresult NSGetModule(nsIComponentManager *servMgr,
nsIFileSpec* location,
nsIFile* location,
nsIModule** return_cobj)
{
nsresult rv = NS_OK;