Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way the objects are created in ApplicationHandler: they are
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 10 May 2012 10:00:29 +0000 (12:00 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 10 May 2012 10:00:29 +0000 (12:00 +0200)
commita361c6f643b5c93bf65deaff643fb79144ef965d
treece32450abfc0e8c3a7f62c9d983ad2df22f33b3a
parent7b2435d30a045a0c8c292c0fd98a2a2379a40fb3
Change the way the objects are created in ApplicationHandler: they are
now created the same way than when you create the object manually,
using the (Host, String, String[]) constructor. It means that now your
classes need to have a (Host, String, String[]) constructor calling the
same constructor in Process.

Update the examples to reflect the change.
Update the changelog.
18 files changed:
ChangeLog
examples/async/Forwarder.java
examples/async/Master.java
examples/async/Slave.java
examples/basic/Forwarder.java
examples/basic/Master.java
examples/basic/Slave.java
examples/commTime/Master.java
examples/commTime/Slave.java
examples/mutualExclusion/centralized/Coordinator.java
examples/mutualExclusion/centralized/Node.java
examples/pingPong/Receiver.java
examples/pingPong/Sender.java
org/simgrid/msg/ApplicationHandler.java
org/simgrid/msg/Process.java
src/jmsg_process.c
src/smx_context_java.c
src/smx_context_java.h