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

@@ -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;