author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 21 Feb 2009 17:39:57 +0000 (18:39 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 21 Feb 2009 17:39:57 +0000 (18:39 +0100) | ||
commit | 92f38139c894540d05b7bf136f5692e3588e00c1 | |
tree | b6561f8e26f6709c568bb8e6b212be9d02702587 | tree | snapshot |
parent | fc69836ae64498f00574090ada2e677435da9d77 | commit | diff |
java plugin: Use the changed plugin infrastructure to call read and write functions directly.
The read and write functions implemented in Java are now registered with
the "complex" interface as "java:<class name>". This way the cjni_read and
cjni_write functions can determine which Java function to call.
The patch is bigger than it'd need to be, because the order of some
functions has been changed..
The read and write functions implemented in Java are now registered with
the "complex" interface as "java:<class name>". This way the cjni_read and
cjni_write functions can determine which Java function to call.
The patch is bigger than it'd need to be, because the order of some
functions has been changed..
src/java.c | diff | blob | history |