X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dcf29959ccd236a4c965febd184934808c48dc4c..76d4849864c227687e17bdd93c5b1338e9b4cb50:/include/simgrid/s4u/NetZone.hpp diff --git a/include/simgrid/s4u/NetZone.hpp b/include/simgrid/s4u/NetZone.hpp index 4d37853bb7..004f46c2cd 100644 --- a/include/simgrid/s4u/NetZone.hpp +++ b/include/simgrid/s4u/NetZone.hpp @@ -89,20 +89,18 @@ public: kernel::routing::NetPoint* gw_dst, const std::vector& link_list, bool symmetrical = true); #ifndef DOXYGEN - XBT_ATTRIB_DEPRECATED_v332("Please use add_route() method which uses s4u::LinkInRoute instead of " - "LinkImpl") void add_route(kernel::routing::NetPoint* src, kernel::routing::NetPoint* dst, - kernel::routing::NetPoint* gw_src, - kernel::routing::NetPoint* gw_dst, - const std::vector& link_list, - bool symmetrical); - - XBT_ATTRIB_DEPRECATED_v332("Please use add_bypass_route() method which uses s4u::LinkInRoute instead of " - "LinkImpl") void add_bypass_route(kernel::routing::NetPoint* src, - kernel::routing::NetPoint* dst, - kernel::routing::NetPoint* gw_src, - kernel::routing::NetPoint* gw_dst, - std::vector& link_list, - bool /*symmetrical*/); + XBT_ATTRIB_DEPRECATED_v332( + "Please use add_route() method which uses s4u::LinkInRoute instead of " + "LinkImpl") void add_route(kernel::routing::NetPoint* src, kernel::routing::NetPoint* dst, + kernel::routing::NetPoint* gw_src, kernel::routing::NetPoint* gw_dst, + const std::vector& link_list, bool symmetrical); + + XBT_ATTRIB_DEPRECATED_v332( + "Please use add_bypass_route() method which uses s4u::LinkInRoute instead of " + "LinkImpl") void add_bypass_route(kernel::routing::NetPoint* src, kernel::routing::NetPoint* dst, + kernel::routing::NetPoint* gw_src, kernel::routing::NetPoint* gw_dst, + std::vector& link_list, + bool /*symmetrical*/); #endif void add_bypass_route(kernel::routing::NetPoint* src, kernel::routing::NetPoint* dst, @@ -113,7 +111,7 @@ public: /*** Called on each newly created regular route (not on bypass routes) */ static xbt::signal const& link_list)> + std::vector const& link_list)> on_route_creation; // XBT_ATTRIB_DEPRECATED_v332 : should not be used by users, used by ns3.. if necessary, // signal shouldn't use LinkImpl* @@ -186,7 +184,8 @@ public: private: #ifndef DOXYGEN /** @brief XBT_ATTRIB_DEPRECATED_v332 Auxiliary function to convert types */ - static std::vector convert_to_linkInRoute(const std::vector& link_list); + static std::vector + convert_to_linkInRoute(const std::vector& link_list); #endif };