X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/237fd22b56db7d1c67360c37559ce3aab16a002d..f9b13d923d31bb0336aeeaab6d5b7ba33812f3f7:/src/instr/instr_paje_values.hpp diff --git a/src/instr/instr_paje_values.hpp b/src/instr/instr_paje_values.hpp index ee9d3f992f..ce7dcc3289 100644 --- a/src/instr/instr_paje_values.hpp +++ b/src/instr/instr_paje_values.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -18,8 +18,10 @@ class EntityValue { std::string color_; Type* parent_; -public: static xbt::signal on_creation; + +public: + static void on_creation_cb(const std::function& cb) { on_creation.connect(cb); } explicit EntityValue(const std::string& name, const std::string& color, Type* parent); long long int get_id() const { return id_; }