Removed original file no longer in use.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Apr 2008 12:03:08 +0000 (14:03 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Apr 2008 12:03:08 +0000 (14:03 +0200)
libyaz4j/libyaz4j.i.orig [deleted file]

diff --git a/libyaz4j/libyaz4j.i.orig b/libyaz4j/libyaz4j.i.orig
deleted file mode 100644 (file)
index 3c45a6b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-%javaconst(1);
-%module yaz4jlib
-       %{
-               #include <zoom.h>
-               #include "zoom-extra.h"
-       %}
-       %include <zoom.h>
-       %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);