backing out

git-svn-id: svn://10.0.0.236/trunk@75981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
2000-08-10 06:46:00 +00:00
parent f46c8c5393
commit 3ae56dd890
8 changed files with 27 additions and 48 deletions

View File

@@ -26,20 +26,9 @@
#define NSEMBEDAPI_H
#include "nsILocalFile.h"
class nsIDirectoryServiceProvider;
/*
mozBinDirectory -> the directory which contains the mozilla parts (chrome, res, etc)
If nsnull is used, the dir of the current process will be used.
appFileLocProvider -> Provides file locations. If nsnull is passed, the default
provider will be constructed and used. If the param is non-null,
it must be AddRefed already and this function takes ownership.
*/
extern nsresult NS_InitEmbedding(nsILocalFile *mozBinDirectory,
nsIDirectoryServiceProvider *appFileLocProvider);
extern nsresult NS_InitEmbedding(const char *aPath);
extern nsresult NS_InitEmbedding(nsILocalFile *aPath);
extern nsresult NS_TermEmbedding();
#endif