X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b102e4be5251931d23be873a3e36ced0436ac24..6297441a796323e62ff1a6f1404207db2e55cfb4:/examples/pingPong/Sender.java diff --git a/examples/pingPong/Sender.java b/examples/pingPong/Sender.java index 80a41026f9..f2cf7ab76f 100644 --- a/examples/pingPong/Sender.java +++ b/examples/pingPong/Sender.java @@ -1,7 +1,5 @@ /* - * Sender of basic ping/pong example - * - * Copyright 2006,2007,2010 The SimGrid Team. All rights reserved. + * 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. @@ -14,7 +12,9 @@ import org.simgrid.msg.MsgException; import org.simgrid.msg.Process; public class Sender extends Process { - + public Sender(Host host, String name, String[] args) { + super(host,name,args); + } private final double commSizeLat = 1; final double commSizeBw = 100000000;