X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/198b09ec16ca1b8fc05053bcae9e75c0ad689711..3e2e56a1ff8c65d47e0cf4e458eac56e08a2b528:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index 93fd2f1f4e..7a8644d0d2 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -29,8 +29,8 @@ namespace simgrid { NetworkConstantModel() : NetworkModel() { }; ~NetworkConstantModel() override; - Action *communicate(routing::NetCard *src, routing::NetCard *dst, double size, double rate) override; - double next_occuring_event(double now) override; + Action *communicate(kernel::routing::NetCard *src, kernel::routing::NetCard *dst, double size, double rate) override; + double nextOccuringEvent(double now) override; bool next_occuring_event_isIdempotent() override {return true;} void updateActionsState(double now, double delta) override;