This commit is contained in:
waterson%netscape.com 2001-08-21 03:30:03 +00:00
Родитель 23075ff1c6
Коммит 59aa7cc294
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -31,6 +31,7 @@
#include "nsHashtable.h" #include "nsHashtable.h"
#include "nsVoidArray.h" #include "nsVoidArray.h"
#include "plstr.h" #include "plstr.h"
#include "ProxyClassLoader.h"
#include "ProxyJNI.h" #include "ProxyJNI.h"
@ -1610,4 +1611,4 @@ PR_IMPLEMENT(void) SetSecurityContext(JNIEnv* env, nsISecurityContext *context)
PR_IMPLEMENT(nsresult) GetSecurityContext(JNIEnv* env, nsISecurityContext **context) { PR_IMPLEMENT(nsresult) GetSecurityContext(JNIEnv* env, nsISecurityContext **context) {
ProxyJNIEnv* proxyEnv = (ProxyJNIEnv*)env; ProxyJNIEnv* proxyEnv = (ProxyJNIEnv*)env;
return proxyEnv->GetSecurityContext(context); return proxyEnv->GetSecurityContext(context);
} }