X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..d3c605045fe8c525f32393a054425d72edf47b18:/src/surf/StorageImpl.cpp diff --git a/src/surf/StorageImpl.cpp b/src/surf/StorageImpl.cpp index a11e477ddb..d15f28513f 100644 --- a/src/surf/StorageImpl.cpp +++ b/src/surf/StorageImpl.cpp @@ -32,7 +32,7 @@ simgrid::xbt::signalconstraint_new(this, std::max(bread, bwrite))) , piface_(name, this) @@ -94,10 +94,10 @@ void StorageImpl::turnOff() /********** * Action * **********/ -void StorageAction::setState(Action::State state) +void StorageAction::set_state(Action::State state) { - Action::State old = getState(); - Action::setState(state); + Action::State old = get_state(); + Action::set_state(state); storageActionStateChangedCallbacks(this, old, state); } }