1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 2.0.12
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 zxidjava;
10 
11 public class zxid_tas3_status {
12   private long swigCPtr;
13 
zxid_tas3_status(long cPtr, boolean futureUse)14   protected zxid_tas3_status(long cPtr, boolean futureUse) {
15     swigCPtr = cPtr;
16   }
17 
zxid_tas3_status()18   protected zxid_tas3_status() {
19     swigCPtr = 0;
20   }
21 
getCPtr(zxid_tas3_status obj)22   protected static long getCPtr(zxid_tas3_status obj) {
23     return (obj == null) ? 0 : obj.swigCPtr;
24   }
25 }
26 
27