Brian Jones <[EMAIL PROTECTED]> writes:

> Hello all,
> 
> I was wondering if any of you have great ideas for how to handle these
> opaque structures defined in a typical jni.h.
> 
> typedef struct _jfieldID *jfieldID;
> typedef struct _jmethodID *jmethodID;
> 

Let me restate, at the moment it is as above with the below just
before.

struct _jfieldID;
struct _jmethodID;

This is as defined in JNI specification.
-- 
Brian Jones <[EMAIL PROTECTED]>

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to