*not part of the build*

fix for 96935


git-svn-id: svn://10.0.0.236/trunk@101795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2001-08-25 04:53:44 +00:00
parent a1a0a0cbee
commit 1ad1e1d4db
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include "bcIBlackConnectInit.h"
#include "nsIModule.h"
#include "nsIServiceManager.h"
#include "nsIXPIDLServiceManager.h"
#include "bcIXPCOMWrappers.h"
#include "bcXPCOMWrappersCID.h"

View File

@@ -21,12 +21,14 @@
*/
#include <fstream.h>
#include "nsCRT.h"
#include "nsIFile.h"
#include "nsIAllocator.h"
#include "nsXPIDLString.h"
#include "nsCOMPtr.h"
#include "bcJavaModule.h"
#include "bcJavaComponentFactory.h"
NS_IMPL_ISUPPORTS(bcJavaModule,NS_GET_IID(nsIModule));
bcJavaModule::bcJavaModule(const char *registryLocation, nsIFile *component)
: location(NULL) {

View File

@@ -19,6 +19,9 @@
* Contributor(s):
* Igor Kushnirskiy <idk@eng.sun.com>
*/
#include "nsIServiceManager.h"
#include "nsIGenericFactory.h"
#include "nsIModule.h"
#include "bcJavaStubsAndProxies.h"