Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix empty #ifndef..#endif. Annotate helper function as deprecated.
[simgrid.git] / src / s4u / s4u_Netzone.cpp
index 24279b0..4ca7bd7 100644 (file)
@@ -100,6 +100,7 @@ int NetZone::add_component(kernel::routing::NetPoint* elm)
   return pimpl_->add_component(elm);
 }
 
+// XBT_ATTRIB_DEPRECATED_v332
 std::vector<LinkInRoute> NetZone::convert_to_linkInRoute(const std::vector<kernel::resource::LinkImpl*>& link_list)
 {
   std::vector<LinkInRoute> links;