Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a header file now that it's clean
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 10 Feb 2017 21:20:10 +0000 (22:20 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 10 Feb 2017 22:57:56 +0000 (23:57 +0100)
include/simgrid/s4u/Link.hpp [moved from include/simgrid/s4u/link.hpp with 100% similarity]
src/s4u/s4u_link.cpp
src/surf/network_interface.hpp
tools/cmake/DefinePackages.cmake

index 2f359e0..f4b2d93 100644 (file)
@@ -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 <algorithm>
 
 
 /* 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 <algorithm>
 
-#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"
 #include "simgrid/sg_config.h"
 #include "simgrid/simix.hpp"
 #include "src/surf/network_interface.hpp"
index 914cca5..25c3d61 100644 (file)
@@ -17,7 +17,7 @@
 #include "src/surf/PropertyHolder.hpp"
 
 #include "simgrid/link.h"
 #include "src/surf/PropertyHolder.hpp"
 
 #include "simgrid/link.h"
-#include "simgrid/s4u/link.hpp"
+#include "simgrid/s4u/Link.hpp"
 
 /***********
  * Classes *
 
 /***********
  * Classes *
index 1fe3b98..18f10a6 100644 (file)
@@ -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/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
   include/simgrid/s4u/Mailbox.hpp
   include/simgrid/s4u/Mutex.hpp
   include/simgrid/s4u/NetZone.hpp