X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/14f459baf40f29906d54d3bd5774cda34aeadd76..3f2999fc86c758179dfc3e6e0d1ca4860cf65ae4:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index dfef15a477..1ce8ee3392 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -229,7 +229,7 @@ public: virtual int fileMove(surf_file_t fd, const char* fullpath); bool isUsed() override {DIE_IMPOSSIBLE;} // FIXME: Host should not be a Resource - void updateState(tmgr_trace_iterator_t event_type, double value) override + void apply_event(tmgr_trace_iterator_t event_type, double value) override {THROW_IMPOSSIBLE;} // FIXME: Host should not be a Resource public: