fix build bustage

git-svn-id: svn://10.0.0.236/trunk@43220 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com 1999-08-12 03:10:30 +00:00
parent aaa1552107
commit d51c20c700

View File

@ -65,13 +65,13 @@ interface nsIJVMManager : nsISupports {
* calling this method multiple times from the same thread will return
* the same proxy JNI.
*/
void CreateProxyJNI(in nsISecureEnv secureEnv, out JNIEnv outProxyEnv);
[noscript] void CreateProxyJNI(in nsISecureEnv secureEnv, out JNIEnv outProxyEnv);
/**
* Returns the proxy JNI associated with the current thread, or NULL if no
* such association exists.
*/
void GetProxyJNI(out JNIEnv outProxyEnv);
[noscript] void GetProxyJNI(out JNIEnv outProxyEnv);
/**
* Returns whether or not Java is enabled.