summaryrefslogtreecommitdiffstats
path: root/include/jau/jni
diff options
context:
space:
mode:
Diffstat (limited to 'include/jau/jni')
-rw-r--r--include/jau/jni/jni_mem.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/jau/jni/jni_mem.hpp b/include/jau/jni/jni_mem.hpp
index b99f68a..579eb6d 100644
--- a/include/jau/jni/jni_mem.hpp
+++ b/include/jau/jni/jni_mem.hpp
@@ -35,6 +35,8 @@
#include <jau/basic_types.hpp>
+namespace jau {
+
/** \addtogroup JavaVM
*
* @{
@@ -72,6 +74,8 @@ public:
/* Each thread has a local jni_env variable of JNIEnvContainer type */
extern thread_local JNIEnvContainer jni_env;
+class JavaGlobalObj; // fwd
+
/*
* This class provides a lifetime-managed GlobalRef variable,
* which is automatically deleted when it goes out of scope.
@@ -209,5 +213,7 @@ public:
/**@}*/
+} /* namespace jau */
+
#endif /* JAU_JNIMEM__HPP_ */