corda/src/jnienv.h

14 lines
181 B
C
Raw Normal View History

2007-07-06 17:50:26 -06:00
#ifndef JNIENV_H
#define JNIENV_H
2007-07-06 17:50:26 -06:00
#include "machine.h"
namespace vm {
void
populateJNITables(JavaVMVTable* vmTable, JNIEnvVTable* envTable);
} // namespace vm
2007-07-06 17:50:26 -06:00
#endif//JNIENV_H