X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a0588c059ef10ae0f4470e21c6b226b959ea859..b8df87e176f27b25534f27d7e240defa32ca35bc:/include/simgrid/s4u/NetZone.hpp?ds=sidebyside diff --git a/include/simgrid/s4u/NetZone.hpp b/include/simgrid/s4u/NetZone.hpp index 8156699c38..d96c8a514a 100644 --- a/include/simgrid/s4u/NetZone.hpp +++ b/include/simgrid/s4u/NetZone.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -74,6 +74,7 @@ public: static simgrid::xbt::signal on_creation; static simgrid::xbt::signal on_seal; +#ifndef DOXYGEN // Deprecation wrappers /** @deprecated NetZone::get_father() */ XBT_ATTRIB_DEPRECATED_v323("Please use NetZone::get_father()") NetZone* getFather() { return get_father(); } @@ -130,6 +131,7 @@ public: res->push_back(child); return res; } +#endif }; } }; // Namespace simgrid::s4u