mirror of
https://github.com/corda/corda.git
synced 2025-01-10 15:03:02 +00:00
16 lines
189 B
C
16 lines
189 B
C
|
#ifndef VM_JNI_H
|
||
|
#define VM_JNI_H
|
||
|
|
||
|
#include "vm-declarations.h"
|
||
|
|
||
|
namespace vm {
|
||
|
namespace jni {
|
||
|
|
||
|
void
|
||
|
populate(JNIEnvVTable* table);
|
||
|
|
||
|
} // namespace jni
|
||
|
} // namespace vm
|
||
|
|
||
|
#endif//VM_JNI_H
|