X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f20fc561a88d0ef2218df796be8cc22f57feced..dadfefc9f3cc6cf0fc28a9025307f9f08dc4ac96:/src/surf/host_clm03.hpp diff --git a/src/surf/host_clm03.hpp b/src/surf/host_clm03.hpp index ac9b57dfe4..7e8b5687dd 100644 --- a/src/surf/host_clm03.hpp +++ b/src/surf/host_clm03.hpp @@ -30,9 +30,8 @@ class XBT_PRIVATE HostCLM03Model; class HostCLM03Model : public HostModel { public: HostCLM03Model(): HostModel(){} - ~HostCLM03Model() {} - double next_occuring_event(double now) override; - + ~HostCLM03Model() override; + double nextOccuringEvent(double now) override; void updateActionsState(double now, double delta) override; }; }