Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factor common code.
[simgrid.git] / src / surf / network_constant.hpp
index c570741059b876d6da3b5d50dd9d998e9b180dec..d0f733eda3c473e5e9eebe42e4fe564ee1c78798 100644 (file)
@@ -23,7 +23,7 @@ public:
   LinkImpl* create_wifi_link(const std::string& name, const std::vector<double>& bws) override;
 };
 
-class NetworkConstantAction : public NetworkAction {
+class NetworkConstantAction final : public NetworkAction {
 public:
   NetworkConstantAction(NetworkConstantModel* model_, s4u::Host& src, s4u::Host& dst, double size);
   void update_remains_lazy(double now) override;