///////////////////////////////////////////////////////
| 243 | |
| 244 | //////////////////////////////////////////////////////////// |
| 245 | Jni::Jni(JavaVM& vm, JNIEnv& env) : m_vm(&vm), m_env(&env) |
| 246 | { |
| 247 | } |
| 248 | |
| 249 | |
| 250 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected