X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..c1194401ce4a41ff54a7591f4cf33c9ce2756978:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index 5bd37c93d5..f15fcfd1a9 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2018. The SimGrid Team. +/* Copyright (c) 2014-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,7 +10,7 @@ #include "src/surf/network_smpi.hpp" #include "xbt/base.h" -#include +#include #include namespace simgrid { @@ -49,6 +49,8 @@ private: public: NetworkIBModel(); explicit NetworkIBModel(const char* name); + NetworkIBModel(const NetworkIBModel&) = delete; + NetworkIBModel& operator=(const NetworkIBModel&) = delete; ~NetworkIBModel() override; void updateIBfactors(NetworkAction* action, IBNode* from, IBNode* to, int remove);