X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3622a9c058d91313ef3d2bf6af1b54ab5f4786f8..ea31ec0e5a9d8c016194492e5c943188281950ea:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index 42a31e912c..793e99d821 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -135,7 +135,7 @@ public: * @return The CpuAction corresponding to the processing * @see Cpu */ - virtual Action *execute(double flops_amount)=0; + Action *execute(double flops_amount); /** * @brief Make a process sleep for duration seconds @@ -144,7 +144,7 @@ public: * @return The CpuAction corresponding to the sleeping * @see Cpu */ - virtual Action *sleep(double duration)=0; + Action *sleep(double duration); /** @brief Return the storage of corresponding mount point */ virtual simgrid::surf::Storage *findStorageOnMountList(const char* storage);