X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6a6f4f26c0d542e0aae18af844d28e5501fed72..1afb6751888eb781f1fa1bc7c98b7c7338308c49:/include/simgrid/s4u/Host.hpp diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index b3b18211ce..7be79dc3d5 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -37,8 +37,8 @@ namespace s4u { */ class XBT_PUBLIC Host : public xbt::Extendable { #ifndef DOXYGEN - friend vm::VMModel; // Use the pimpl_cpu to compute the VM sharing - friend vm::VirtualMachineImpl; // creates the the pimpl_cpu + friend kernel::resource::VMModel; // Use the pimpl_cpu to compute the VM sharing + friend kernel::resource::VirtualMachineImpl; // creates the the pimpl_cpu friend kernel::routing::NetZoneImpl; friend surf::HostImpl; // call destructor from private implementation