Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Since we skip a release, use XBT_ATTRIB_DEPRECATED_v338 instead of v337
[simgrid.git] / include / simgrid / s4u / Link.hpp
index 3e0832b..13a92bc 100644 (file)
@@ -133,7 +133,7 @@ public:
   double get_load() const;
 
 #ifndef DOXYGEN
-  XBT_ATTRIB_DEPRECATED_v337("Please use get_load() instead") double get_usage() const
+  XBT_ATTRIB_DEPRECATED_v338("Please use get_load() instead") double get_usage() const
   {
     return get_load();
   }
@@ -202,7 +202,7 @@ public:
     on_this_destruction.connect(cb);
   }
 
-  XBT_ATTRIB_DEPRECATED_v337("Please use on_onoff_cb() instead") static void on_state_change_cb(
+  XBT_ATTRIB_DEPRECATED_v338("Please use on_onoff_cb() instead") static void on_state_change_cb(
       const std::function<void(Link const&)>& cb)
   {
     on_onoff.connect(cb);