]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/GC_Root.java
Remove dependencies on log4j
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / GC_Root.java
index 9c877f62e4f422db7daefccec17cc1c468dabcd2..03cd88b1b8ab600eba1337bb6cc57addc6473ee6 100644 (file)
@@ -1,46 +1,46 @@
-/* ----------------------------------------------------------------------------\r
- * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.4\r
- *\r
- * Do not make changes to this file unless you know what you are doing--modify\r
- * the SWIG interface file instead.\r
- * ----------------------------------------------------------------------------- */\r
-\r
-package org.jcae.opencascade.jni;\r
-\r
-public class GC_Root {\r
-  private long swigCPtr;\r
-  protected boolean swigCMemOwn;\r
-\r
-  public GC_Root(long cPtr, boolean cMemoryOwn) {\r
-    swigCMemOwn = cMemoryOwn;\r
-    swigCPtr = cPtr;\r
-  }\r
-\r
-  public static long getCPtr(GC_Root obj) {\r
-    return (obj == null) ? 0 : obj.swigCPtr;\r
-  }\r
-\r
-  protected void finalize() {\r
-    delete();\r
-  }\r
-\r
-  public synchronized void delete() {\r
-    if (swigCPtr != 0) {\r
-      if (swigCMemOwn) {\r
-        swigCMemOwn = false;\r
-        OccJavaJNI.delete_GC_Root(swigCPtr);\r
-      }\r
-      swigCPtr = 0;\r
-    }\r
-  }\r
-\r
-  public boolean isDone() {\r
-       return OccJavaJNI.GC_Root_isDone(swigCPtr, this);\r
-}\r
-\r
-  public GC_Root() {\r
-    this(OccJavaJNI.new_GC_Root(), true);\r
-  }\r
-\r
-}\r
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 3.0.12
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+package org.jcae.opencascade.jni;
+
+public class GC_Root {
+  private transient long swigCPtr;
+  protected transient boolean swigCMemOwn;
+
+  protected GC_Root(long cPtr, boolean cMemoryOwn) {
+    swigCMemOwn = cMemoryOwn;
+    swigCPtr = cPtr;
+  }
+
+  protected static long getCPtr(GC_Root obj) {
+    return (obj == null) ? 0 : obj.swigCPtr;
+  }
+
+  protected void finalize() {
+    delete();
+  }
+
+  public synchronized void delete() {
+    if (swigCPtr != 0) {
+      if (swigCMemOwn) {
+        swigCMemOwn = false;
+        OccJavaJNI.delete_GC_Root(swigCPtr);
+      }
+      swigCPtr = 0;
+    }
+  }
+
+  public boolean isDone() {
+       return OccJavaJNI.GC_Root_isDone(swigCPtr, this);
+}
+
+  public GC_Root() {
+    this(OccJavaJNI.new_GC_Root(), true);
+  }
+
+}