X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..609b277351c837356a7b284127eed888eca3620d:/include/xbt/PropertyHolder.hpp diff --git a/include/xbt/PropertyHolder.hpp b/include/xbt/PropertyHolder.hpp index c25273466a..7868a3117c 100644 --- a/include/xbt/PropertyHolder.hpp +++ b/include/xbt/PropertyHolder.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2021. 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. */ @@ -15,7 +15,7 @@ namespace xbt { /** @brief a PropertyHolder can be given a set of textual properties * - * Common PropertyHolders are elements of the platform file, such as Host, Link or Storage. + * Common PropertyHolders are elements of the platform file, such as Host, Link, or Disk. */ class PropertyHolder { // DO NOT DERIVE THIS CLASS, or the diamond inheritance mayhem will get you std::unique_ptr> properties_ = nullptr;