From: Martin Quinson Date: Fri, 10 Feb 2017 21:20:10 +0000 (+0100) Subject: rename a header file now that it's clean X-Git-Tag: v3_15~455 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/111a7eba5a52860dee57b3a28c7fb84d7950be56 rename a header file now that it's clean --- diff --git a/include/simgrid/s4u/link.hpp b/include/simgrid/s4u/Link.hpp similarity index 100% rename from include/simgrid/s4u/link.hpp rename to include/simgrid/s4u/Link.hpp diff --git a/src/s4u/s4u_link.cpp b/src/s4u/s4u_link.cpp index 2f359e019a..f4b2d93cf1 100644 --- a/src/s4u/s4u_link.cpp +++ b/src/s4u/s4u_link.cpp @@ -1,12 +1,11 @@ -/* Copyright (c) 2013-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2013-2017. 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. */ #include -#include "simgrid/s4u/link.hpp" +#include "simgrid/s4u/Link.hpp" #include "simgrid/sg_config.h" #include "simgrid/simix.hpp" #include "src/surf/network_interface.hpp" diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 914cca5a5f..25c3d61e82 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -17,7 +17,7 @@ #include "src/surf/PropertyHolder.hpp" #include "simgrid/link.h" -#include "simgrid/s4u/link.hpp" +#include "simgrid/s4u/Link.hpp" /*********** * Classes * diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 1fe3b98f9a..18f10a6806 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -657,7 +657,7 @@ set(headers_to_install include/simgrid/s4u/engine.hpp include/simgrid/s4u/file.hpp include/simgrid/s4u/host.hpp - include/simgrid/s4u/link.hpp + include/simgrid/s4u/Link.hpp include/simgrid/s4u/Mailbox.hpp include/simgrid/s4u/Mutex.hpp include/simgrid/s4u/NetZone.hpp