Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please codacy and sonar + factoring
[simgrid.git] / examples / s4u / app-bittorrent / s4u_tracker.hpp
index 5ed077e..b342b7a 100644 (file)
@@ -42,6 +42,7 @@ class Tracker {
 
 public:
   explicit Tracker(std::vector<std::string> args);
+  Tracker(const Tracker&) = delete;
   void operator()();
 };