Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rollback a little in programmatic description of disks
[simgrid.git] / src / surf / network_wifi.hpp
index 5f06aa40dea168fdef923ea1b04eb9e5b79b037b..dc1634797615f270f39f680276798ec53b002d63 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2019-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2019-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -63,6 +63,7 @@ class NetworkWifiAction : public NetworkCm02Action {
   NetworkWifiLink* dst_wifi_link_;
 
 public:
+  NetworkWifiAction() = delete;
   NetworkWifiAction(Model* model, s4u::Host& src, s4u::Host& dst, double cost, bool failed,
                     NetworkWifiLink* src_wifi_link, NetworkWifiLink* dst_wifi_link)
       : NetworkCm02Action(model, src, dst, cost, failed)