Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make trace_connect_list_host_speed private as it should
[simgrid.git] / src / surf / storage_n11.hpp
index ec2c3ae..8d9e65c 100644 (file)
@@ -31,10 +31,10 @@ 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(){DIE_IMPOSSIBLE;}
-  double shareResources(double now);
-  void updateActionsState(double now, double delta);
+       const char* content_name, const char* content_type, xbt_dict_t properties, const char* attach) override;
+  void addTraces() override {DIE_IMPOSSIBLE;}
+  double next_occuring_event(double now) override;
+  void updateActionsState(double now, double delta) override;
 };
 
 /************