X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07890d9a4285a1d6e4151210ed7b6df8e6b32a67..caf6aba21918125649ff5a84fafb22e225b2d580:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index ce2c066a52..7766807dd9 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -47,10 +47,10 @@ namespace surf { * @brief SURF Host model interface class * @details A model is an object which handle the interactions between its Resources and its Actions */ -class HostModel : public Model{ +class HostModel : public Model { public: HostModel() : Model() {} - ~HostModel() {} + ~HostModel() override {} Host *createHost(const char *name, NetCard *net, Cpu *cpu, xbt_dict_t props); void addTraces() override {DIE_IMPOSSIBLE;}