X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27fe833c49802fa5fbb1e44dc7b99d119fe3aa4b..5232905f5b6e218cd2378c59e407d40bfcb57b18:/src/surf/storage_n11.hpp diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 4d4f67c336..309b7c536b 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -45,9 +45,9 @@ public: double bwrite, const std::string& type_id, const std::string& content_name, sg_size_t size, const std::string& attach); virtual ~StorageN11() = default; - StorageAction* io_start(sg_size_t size, s4u::Io::OpType type); - StorageAction* read(sg_size_t size); - StorageAction* write(sg_size_t size); + StorageAction* io_start(sg_size_t size, s4u::Io::OpType type) override; + StorageAction* read(sg_size_t size) override; + StorageAction* write(sg_size_t size) override; }; /**********