mirror of
https://github.com/corda/corda.git
synced 2025-01-10 06:52:44 +00:00
18 lines
183 B
C++
18 lines
183 B
C++
#ifndef JNIENV_H
|
|
#define JNIENV_H
|
|
|
|
#include "machine.h"
|
|
|
|
namespace vm {
|
|
|
|
namespace jni {
|
|
|
|
void
|
|
populate(JNIEnvVTable* table);
|
|
|
|
} // namespace jni
|
|
|
|
} // namespace vm
|
|
|
|
#endif//JNIENV_H
|