X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3ae712a1b95294052b6e8136d0f0f2d4b30e6eb..7cad4f0d54aafeabb7ee95007fc370514c4923a9:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index a636b30c9a..eef00fbbd3 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -129,6 +129,8 @@ public: */ virtual ~Model(); + virtual void addTraces() =0; + /** * @brief Get the name of the current Model * @@ -625,7 +627,6 @@ public: /** * @brief Get the state set in which the action is - * @details [TODO] * * @return The state set in which the action is */ @@ -648,10 +649,9 @@ private: /** * @brief Share the resources to the actions - * @details [TODO] * * @param now [TODO] - * @return in how much time the next action may terminatedescription] + * @return In how much time the next action may terminate */ double shareResources(double now);