X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/347996b4a10c4e8579080692afa60e0afb88b60a..42f9f480607f3993e6ffb56e4985180bf24bab89:/include/simgrid/s4u/actor.hpp diff --git a/include/simgrid/s4u/actor.hpp b/include/simgrid/s4u/actor.hpp index 696da86dad..680bcd6d7d 100644 --- a/include/simgrid/s4u/actor.hpp +++ b/include/simgrid/s4u/actor.hpp @@ -51,7 +51,7 @@ public: /** The Actor that is currently running */ static Actor *current(); /** 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();