X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FTask.hxx;h=ed1b4377350defafa7e6cbee6e7460eb2ac8715b;hb=c9208a8ef7f32a620d9650908588320ff159a167;hp=4f9d0ba54d85e179aafe43631babfed66776d749;hpb=88c5f67088445931a1598331e1faae6df0145c0b;p=modules%2Fyacs.git diff --git a/src/engine/Task.hxx b/src/engine/Task.hxx index 4f9d0ba54..ed1b43773 100644 --- a/src/engine/Task.hxx +++ b/src/engine/Task.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2019 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -46,6 +46,7 @@ namespace YACS virtual void getCoupledTasks(std::set& coupledSet) = 0; virtual bool isDeployable() const = 0; virtual ComponentInstance *getComponent() = 0; + virtual const ComponentInstance *getComponent() const = 0; virtual Container *getContainer() = 0; virtual YACS::StatesForNode getState() const = 0; virtual void finished() = 0;