]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/app-bittorrent/s4u-peer.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further snake_case s4u::Engine
[simgrid.git] / examples / s4u / app-bittorrent / s4u-peer.hpp
index 9d1e195b3a563e47308ca82c6aecc9c9e4b9adb5..1f4fe9ad7768dd6c65adaa32232e6f0dc03f4c59 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2017. The SimGrid Team.
+/* Copyright (c) 2012-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -50,6 +50,7 @@ class Peer {
 public:
   explicit Peer(std::vector<std::string> args);
   Peer(const Peer&) = delete;
+  Peer& operator=(const Peer&) = delete;
   ~Peer();
   void operator()();