X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/524de5f4ae0694f650b58ce80c901db748c9fe93..e4fca2dba5c9d2b6ab3fa3e9d46016eff7e03103:/src/kernel/EngineImpl.hpp diff --git a/src/kernel/EngineImpl.hpp b/src/kernel/EngineImpl.hpp index d8f96c2acd..8593bf88da 100644 --- a/src/kernel/EngineImpl.hpp +++ b/src/kernel/EngineImpl.hpp @@ -1,18 +1,15 @@ -/* Copyright (c) 2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-2017. 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. */ +#include #include #include #include namespace simgrid { namespace kernel { -namespace routing { -class NetZoneImpl; -class NetPoint; -} class EngineImpl { public: @@ -20,7 +17,7 @@ public: virtual ~EngineImpl(); kernel::routing::NetZoneImpl* netRoot_ = nullptr; -protected: +private: std::unordered_map netpoints_; friend simgrid::s4u::Engine; };