X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5c3828b73d16d598f6103b76a10cf1ae892b2855:/src/surf/PropertyHolder.cpp..5a4bab52900d62dfd3dec063ece907974899db09:/src/xbt/PropertyHolder.cpp diff --git a/src/surf/PropertyHolder.cpp b/src/xbt/PropertyHolder.cpp similarity index 95% rename from src/surf/PropertyHolder.cpp rename to src/xbt/PropertyHolder.cpp index bf262b9e1e..8b62106b8c 100644 --- a/src/surf/PropertyHolder.cpp +++ b/src/xbt/PropertyHolder.cpp @@ -3,12 +3,12 @@ /* 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. */ -#include "PropertyHolder.hpp" +#include #include namespace simgrid { -namespace surf { +namespace xbt { /** @brief Return the property associated to the provided key (or nullptr if not existing) */ const char* PropertyHolder::get_property(const std::string& key) const @@ -52,5 +52,5 @@ template void PropertyHolder::set_properties(const Assoc& properti template void PropertyHolder::set_properties(const std::map& properties); template void PropertyHolder::set_properties(const std::unordered_map& properties); -} /* namespace surf */ -} /* namespace simgrid */ +} // namespace xbt +} // namespace simgrid