X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45ba4879c64faca75002be9379e6a7cd3e1d41d6..a34d8237b8267686bbd259670f27da273ff5236e:/src/surf/network_constant.cpp diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index 9461678078..3421c67663 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -103,7 +103,7 @@ int NetworkConstantAction::unref() { m_refcount--; if (!m_refcount) { - if (actionHook::is_linked()) + if (action_hook.is_linked()) p_stateSet->erase(p_stateSet->iterator_to(*this)); delete this; return 1; @@ -116,7 +116,7 @@ void NetworkConstantAction::cancel() return; } -void NetworkConstantAction::setCategory(const char */*category*/) +void NetworkConstantAction::setCategory(const char * /*category*/) { //ignore completely the categories in constant model, they are not traced }