Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better use of inherency around Model::next_occuring_event_full()
[simgrid.git] / src / surf / virtual_machine.hpp
index d3aee1a..47ad8c5 100644 (file)
@@ -115,10 +115,10 @@ 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;
-  void updateActionsState(double /*now*/, double /*delta*/) {};
+  void updateActionsState(double /*now*/, double /*delta*/) override {};
 
 };