Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename host callbacks
[simgrid.git] / src / bindings / java / org / simgrid / surf / Action.java
index b01d4f7..4a5755f 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------
  * This file was automatically generated by SWIG (http://www.swig.org).
- * Version 2.0.11
+ * Version 2.0.12
  *
  * Do not make changes to this file unless you know what you are doing--modify
  * the SWIG interface file instead.
@@ -35,20 +35,6 @@ public class Action {
     }
   }
 
-  protected static long[] cArrayUnwrap(Action[] arrayWrapper) {
-      long[] cArray = new long[arrayWrapper.length];
-      for (int i=0; i<arrayWrapper.length; i++)
-        cArray[i] = Action.getCPtr(arrayWrapper[i]);
-      return cArray;
-  }
-
-  protected static Action[] cArrayWrap(long[] cArray, boolean cMemoryOwn) {
-    Action[] arrayWrapper = new Action[cArray.length];
-    for (int i=0; i<cArray.length; i++)
-      arrayWrapper[i] = new Action(cArray[i], cMemoryOwn);
-    return arrayWrapper;
-  }
-
   public Action(Model model, double cost, boolean failed) {
     this(SurfJNI.new_Action(Model.getCPtr(model), model, cost, failed), true);
   }