Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a scala masterslave example
[simgrid.git] / examples / scala / masterslave / FinalizeTask.scala
diff --git a/examples/scala/masterslave/FinalizeTask.scala b/examples/scala/masterslave/FinalizeTask.scala
new file mode 100644 (file)
index 0000000..82027ad
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2006-2012. The SimGrid Team. 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. 
+ */
+
+package masterslave
+import org.simgrid.msg.Task
+
+class FinalizeTask extends Task("finalize",0,0) {}
+