X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ede7d4e0f2464d8646f1d1a3b09fa7f678660ade..4a6b0a991a67e6f2f67c03fed43529e078da7115:/src/surf/storage_n11.hpp diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index e27a296b58..6a5eabd140 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -31,8 +31,7 @@ public: StorageN11Model(); ~StorageN11Model(); Storage *createStorage(const char* id, const char* type_id, - const char* content_name, const char* content_type, xbt_dict_t properties, const char* attach); - void addTraces() override {DIE_IMPOSSIBLE;} + const char* content_name, const char* content_type, xbt_dict_t properties, const char* attach) override; double next_occuring_event(double now) override; void updateActionsState(double now, double delta) override; };