From a6a124372e7277b756758bb121fc3fd62048a5bf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 7 Apr 2008 14:03:08 +0200 Subject: [PATCH] Removed original file no longer in use. --- libyaz4j/libyaz4j.i.orig | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 libyaz4j/libyaz4j.i.orig diff --git a/libyaz4j/libyaz4j.i.orig b/libyaz4j/libyaz4j.i.orig deleted file mode 100644 index 3c45a6b..0000000 --- a/libyaz4j/libyaz4j.i.orig +++ /dev/null @@ -1,22 +0,0 @@ -%javaconst(1); -%module yaz4jlib - %{ - #include - #include "zoom-extra.h" - %} - %include - %include "cpointer.i" - %include "typemaps.i" - %include "arrays_java.i" - - %typemap(jni) struct ByteArrayStruct "jbyteArray" - %typemap(jtype) struct ByteArrayStruct "byte[]" - %typemap(jstype) struct ByteArrayStruct "byte[]" - %typemap(out) struct ByteArrayStruct { - $result = SWIG_JavaArrayOutSChar(jenv, $1.data, $1.length); - free((void*)$1.data); - } - %typemap(javaout) struct ByteArrayStruct { return $jnicall; } - - %include "zoom-extra.h" - %pointer_functions(int, intp); -- 1.7.10.4