X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16bbb8a8212497d9c44c81333ed2c0e689e0c5af..185ea1a06ab5575059a876b0b6f46d5d2b0bd3ae:/include/simgrid/s4u/actor.hpp diff --git a/include/simgrid/s4u/actor.hpp b/include/simgrid/s4u/actor.hpp index 696da86dad..9860051f06 100644 --- a/include/simgrid/s4u/actor.hpp +++ b/include/simgrid/s4u/actor.hpp @@ -49,9 +49,9 @@ public: virtual int main(int argc, char **argv); /** The Actor that is currently running */ - static Actor *current(); + static Actor &self(); /** Retrieves the actor that have the given PID (or NULL if not existing) */ - static Actor *byPid(int pid); + //static Actor *byPid(int pid); not implemented /** Retrieves the name of that actor */ const char*getName();