Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops, forgot to add this file
[simgrid.git] / examples / java / basic / FinalizeTask.java
diff --git a/examples/java/basic/FinalizeTask.java b/examples/java/basic/FinalizeTask.java
new file mode 100644 (file)
index 0000000..6fd6623
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * $Id: CommTimeTask.java 3685 2007-07-08 21:02:03Z mquinson $
+ *
+ * Copyright 2006,2007 Martin Quinson, Malek Cherier         
+ * All rights reserved. 
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. 
+ */
+
+import simgrid.msg.*;
+
+public class FinalizeTask extends Task {
+       
+   public FinalizeTask() throws JniException, NativeException{
+      create("",0,0);
+   }
+}
+    
\ No newline at end of file