aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/qt-peer/nativewrapper.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>2005-09-23 19:36:46 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-09-23 19:36:46 +0000
commit9b044d19517541c95681d35a92dbc81e6e21d94f (patch)
treeb2c2abf473309eac532cafbad81b20f3270ff45f /libjava/classpath/native/jni/qt-peer/nativewrapper.h
parentacff2da93c917c21aca570e2a41ee613c2b32c2e (diff)
downloadgcc-9b044d19517541c95681d35a92dbc81e6e21d94f.zip
gcc-9b044d19517541c95681d35a92dbc81e6e21d94f.tar.gz
gcc-9b044d19517541c95681d35a92dbc81e6e21d94f.tar.bz2
Initial revision
From-SVN: r104578
Diffstat (limited to 'libjava/classpath/native/jni/qt-peer/nativewrapper.h')
-rw-r--r--libjava/classpath/native/jni/qt-peer/nativewrapper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/classpath/native/jni/qt-peer/nativewrapper.h b/libjava/classpath/native/jni/qt-peer/nativewrapper.h
new file mode 100644
index 0000000..1207aa1
--- /dev/null
+++ b/libjava/classpath/native/jni/qt-peer/nativewrapper.h
@@ -0,0 +1,10 @@
+#ifndef NATIVEWRAPPER_H
+#define NATIVEWRAPPER_H
+
+#include <jni.h>
+
+void *getNativeObject( JNIEnv *env, jobject qtcomponent );
+
+void setNativeObject( JNIEnv *env, jobject qtcomponent, void *ptr );
+
+#endif