X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6708b279e302e756cca27951a03a0d0f05b62277..dadfefc9f3cc6cf0fc28a9025307f9f08dc4ac96:/src/surf/virtual_machine.hpp diff --git a/src/surf/virtual_machine.hpp b/src/surf/virtual_machine.hpp index efc20f5ecc..05ecaf32bf 100644 --- a/src/surf/virtual_machine.hpp +++ b/src/surf/virtual_machine.hpp @@ -115,9 +115,9 @@ public: * @param host_PM The real machine hosting the VM */ s4u::Host *createVM(const char *name, sg_host_t host_PM); - void adjustWeightOfDummyCpuActions() {}; + void adjustWeightOfDummyCpuActions() override {}; - double next_occuring_event(double now) override; + double nextOccuringEvent(double now) override; void updateActionsState(double /*now*/, double /*delta*/) override {}; };