Fixed syntax error reported by swig in parse of zoom.h.
[yaz4j-moved-to-github.git] / src / org / yaz4j / jni / SWIGTYPE_p_ZOOM_options.java
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 1.3.24
4  *
5  * Do not make changes to this file unless you know what you are doing--modify
6  * the SWIG interface file instead.
7  * ----------------------------------------------------------------------------- */
8
9 package org.yaz4j.jni;
10
11 public class SWIGTYPE_p_ZOOM_options {
12   private long swigCPtr;
13
14   protected SWIGTYPE_p_ZOOM_options(long cPtr, boolean bFutureUse) {
15     swigCPtr = cPtr;
16   }
17
18   protected SWIGTYPE_p_ZOOM_options() {
19     swigCPtr = 0;
20   }
21
22   protected static long getCPtr(SWIGTYPE_p_ZOOM_options obj) {
23     return (obj == null) ? 0 : obj.swigCPtr;
24   }
25 }
26