Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the deprecated 'state' attribute from the doc
[simgrid.git] / src / s4u / s4u_Io.cpp
index c80bd8763514c4b4643b687927f2df7ef78dc2ff..25cb01261e87e97a7fb3f3959e4744c1e7bd3918 100644 (file)
@@ -38,7 +38,7 @@ Activity* Io::wait()
   return this;
 }
 
-Activity* Io::wait(double timeout)
+Activity* Io::wait_for(double timeout)
 {
   THROW_UNIMPLEMENTED;
   return this;