source: swig/java/language.i @ f89b991

mei_rt2
Last change on this file since f89b991 was 97a6a36, checked in by Mei <mei@…>, 12 years ago

1) added java to libabac using swig
2) added java examples (setup/prover) into regression test suites
(note. still have that libstrongswan/src/threading/threads.c/thread_deinit()
problem when using using libabac with java)

  • Property mode set to 100644
File size: 92 bytes
Line 
1%include "chunk.i"
2
3%typemap(in,numinputs=0) bool &success(bool temp) {
4    $1 = &temp;
5}
6
7
Note: See TracBrowser for help on using the repository browser.