X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FStaticDefinedComposedNode.cxx;h=95d782faa5a086f3aa8f5cfdb88e038bc13848a7;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=cf80c4e1f47863294731a16fdb2927de5949b5e1;hpb=f4c10bf1781a76534bb1fa293aef541aef56148b;p=modules%2Fyacs.git diff --git a/src/engine/StaticDefinedComposedNode.cxx b/src/engine/StaticDefinedComposedNode.cxx index cf80c4e1f..95d782faa 100644 --- a/src/engine/StaticDefinedComposedNode.cxx +++ b/src/engine/StaticDefinedComposedNode.cxx @@ -1,21 +1,22 @@ -// Copyright (C) 2006-2008 CEA/DEN, EDF R&D +// Copyright (C) 2006-2023 CEA, EDF // -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 of the License. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. // -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + #include "StaticDefinedComposedNode.hxx" #include "OutPort.hxx" #include "InPort.hxx" @@ -47,6 +48,10 @@ void StaticDefinedComposedNode::forceMultiplicity(unsigned value) //no sense for this class } +void StaticDefinedComposedNode::selectRunnableTasks(std::vector& tasks) +{ +} + void StaticDefinedComposedNode::checkControlDependancy(OutPort *start, InPort *end, bool cross, std::map < ComposedNode *, std::list < OutPort * >, SortHierarc >& fw, std::vector& fwCross,