Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill unused constructors of Resources and other cleanups
[simgrid.git] / src / surf / HostImpl.hpp
index 69d0ce6..62e0cbc 100644 (file)
@@ -115,8 +115,8 @@ public:
   }
   void attach(simgrid::s4u::Host* host);
 
   }
   void attach(simgrid::s4u::Host* host);
 
-  bool isOn() override;
-  bool isOff() override;
+  bool isOn() const override;
+  bool isOff() const override;
   void turnOn() override;
   void turnOff() override;
 
   void turnOn() override;
   void turnOff() override;