[not part of build] Added JNIRunnable to support security proxying.
git-svn-id: svn://10.0.0.236/trunk@107550 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dcb61be6c1
commit
f3cecbf649
@ -57,3 +57,13 @@ class JNIThread extends Thread {
|
||||
|
||||
public native void run();
|
||||
}
|
||||
|
||||
class JNIRunnable implements Runnable {
|
||||
private int mJavaMessage;
|
||||
|
||||
private JNIRunnable(int javaMessage) {
|
||||
mJavaMessage = javaMessage;
|
||||
}
|
||||
|
||||
public native void run();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user