Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define ActivityImpl::get_{name,cname}.
[simgrid.git] / src / kernel / resource / Resource.cpp
index e835455..28d84cf 100644 (file)
@@ -23,7 +23,7 @@ bool Resource::is_on() const
 {
   return is_on_;
 }
-bool Resource::is_off() const
+bool Resource::is_off() const // deprecated
 {
   return not is_on_;
 }