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