X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79739657970ffcf609c1e90f6112e8f5a8583801..9eee526194338d66601c96c441b53fa37f77c0dd:/src/surf/storage_n11.hpp diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 1e4d3426ab..617b285c4c 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -29,8 +29,8 @@ class StorageN11Model : public StorageModel { public: StorageImpl* createStorage(std::string id, std::string type_id, std::string content_name, std::string attach) override; - double nextOccuringEvent(double now) override; - void updateActionsState(double now, double delta) override; + double next_occuring_event(double now) override; + void update_actions_state(double now, double delta) override; }; /************ @@ -57,10 +57,9 @@ public: void suspend() override; void cancel() override; void resume() override; - bool isSuspended() override; void set_max_duration(double duration) override; void set_priority(double priority) override; - void updateRemainingLazy(double now) override; + void update_remains_lazy(double now) override; }; }