X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5fc755a6d157fdccfaa6fb951ecd2884abc8cd77..dac676c1180a5ea95897072e55f698433a857d90:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 87f37e0a91..b17ddad992 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -114,7 +114,7 @@ public: * @brief SURF network link interface class * @details A Link represents the link between two [hosts](\ref simgrid::surf::HostImpl) */ -class LinkImpl : public simgrid::kernel::model::Resource, public simgrid::surf::PropertyHolder { +class LinkImpl : public simgrid::kernel::resource::Resource, public simgrid::surf::PropertyHolder { protected: LinkImpl(simgrid::surf::NetworkModel* model, const std::string& name, kernel::lmm::Constraint* constraint); ~LinkImpl() override;