Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Constify getName()/getCname() in s4u::NetZone.
[simgrid.git] / src / s4u / s4u_netzone.cpp
index 8d431f1..2675596 100644 (file)
@@ -63,7 +63,7 @@ std::vector<NetZone*>* NetZone::getChildren()
 {
   return children_;
 }
 {
   return children_;
 }
-const char* NetZone::getCname()
+const char* NetZone::getCname() const
 {
   return name_.c_str();
 }
 {
   return name_.c_str();
 }