[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: jni.h VM dependencies
From: |
Brian Jones |
Subject: |
Re: jni.h VM dependencies |
Date: |
29 Oct 2001 17:15:58 -0500 |
User-agent: |
Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 |
Tom Tromey <address@hidden> writes:
> >>>>> "Brian" == Brian Jones <address@hidden> writes:
>
> Brian> I was wondering if any of you have great ideas for how to
> Brian> handle these opaque structures defined in a typical jni.h.
> Brian> typedef struct _jfieldID *jfieldID;
> Brian> typedef struct _jmethodID *jmethodID;
>
> Just define them as `void *'.
> Or define them the way you have them now.
Okay.
--
Brian Jones <address@hidden>