Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S4U] Host: Add 'const' keyword to getter methods
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 29 Jun 2018 09:21:34 +0000 (11:21 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 29 Jun 2018 09:23:33 +0000 (11:23 +0200)
commitb60613a2c7267d689bc14020155ea38efc8135f9
tree3bb867595c47f089545c73aa6ec422a899bd2892
parent7dc88f3f2d9046ce7244200bf1c1d3442a94e890
[S4U] Host: Add 'const' keyword to getter methods

This signals to users that calling these methods will not
change the state of the object.
include/simgrid/s4u/Host.hpp
src/s4u/s4u_Host.cpp