зеркало из https://github.com/mozilla/pjs.git
fix the bustage
This commit is contained in:
Родитель
b6f50a432d
Коммит
445f31272a
|
@ -51,7 +51,6 @@
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsIPrincipal.h"
|
#include "nsIPrincipal.h"
|
||||||
#include "jni.h"
|
#include "jni.h"
|
||||||
#include "jsjava.h" // for lcjsobject
|
|
||||||
|
|
||||||
class nsISecureEnv;
|
class nsISecureEnv;
|
||||||
|
|
||||||
|
@ -91,7 +90,7 @@ public:
|
||||||
GetClassPath(const char* *result) = 0;
|
GetClassPath(const char* *result) = 0;
|
||||||
|
|
||||||
NS_IMETHOD
|
NS_IMETHOD
|
||||||
GetJavaWrapper(JNIEnv* jenv, lcjsobject obj, jobject *jobj) = 0;
|
GetJavaWrapper(JNIEnv* jenv, long obj, jobject *jobj) = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This creates a new secure communication channel with Java. The second parameter,
|
* This creates a new secure communication channel with Java. The second parameter,
|
||||||
|
@ -111,7 +110,7 @@ public:
|
||||||
SpendTime(PRUint32 timeMillis) = 0;
|
SpendTime(PRUint32 timeMillis) = 0;
|
||||||
|
|
||||||
NS_IMETHOD
|
NS_IMETHOD
|
||||||
UnwrapJavaWrapper(JNIEnv* jenv, jobject jobj, lcjsobject* obj) = 0;
|
UnwrapJavaWrapper(JNIEnv* jenv, jobject jobj, long* obj) = 0;
|
||||||
|
|
||||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IJVMPLUGIN_IID)
|
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IJVMPLUGIN_IID)
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче