mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
14 lines
181 B
C++
14 lines
181 B
C++
#ifndef JNIENV_H
|
|
#define JNIENV_H
|
|
|
|
#include "machine.h"
|
|
|
|
namespace vm {
|
|
|
|
void
|
|
populateJNITables(JavaVMVTable* vmTable, JNIEnvVTable* envTable);
|
|
|
|
} // namespace vm
|
|
|
|
#endif//JNIENV_H
|