Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant access specifier.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 26 Jun 2018 18:47:09 +0000 (20:47 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 26 Jun 2018 19:28:00 +0000 (21:28 +0200)
include/simgrid/s4u/NetZone.hpp

index 2e3d15c..e4d56e0 100644 (file)
@@ -74,7 +74,7 @@ public:
   static simgrid::xbt::signal<void(NetZone&)> on_creation;
   static simgrid::xbt::signal<void(NetZone&)> on_seal;
 
-public: // Deprecation wrappers
+  // Deprecation wrappers
   XBT_ATTRIB_DEPRECATED_v323("Please use NetZone::get_father()") NetZone* getFather() { return get_father(); }
   XBT_ATTRIB_DEPRECATED_v323("Please use NetZone::get_name()") const std::string& getName() const { return get_name(); }
   XBT_ATTRIB_DEPRECATED_v323("Please use NetZone::get_cname()") const char* getCname() const { return get_cname(); }