X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FComposedNode.hxx;h=026a4d8efed9bb1505f458020df9a381f4d8d3c2;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=355ddf809a6c2d5acd1ad37091b2021200679b84;hpb=be9f7c7b6cf3667372774f42b20a23e6e3c3e96c;p=modules%2Fyacs.git diff --git a/src/engine/ComposedNode.hxx b/src/engine/ComposedNode.hxx index 355ddf809..026a4d8ef 100644 --- a/src/engine/ComposedNode.hxx +++ b/src/engine/ComposedNode.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 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 @@ -124,6 +124,8 @@ namespace YACS void accept(Visitor *visitor); virtual void cleanNodes(); virtual std::string getProgress() const { return "0"; } + void setProperty(const std::string& name,const std::string& value)override; + std::string getProperty(const std::string& name)override; protected: struct SortHierarc { @@ -175,7 +177,7 @@ namespace YACS }; template - std::string ComposedNode::getPortName(const PORT * port) const + std::string ComposedNode::getPortName(const PORT * port) const { Node *node = port->getNode(); std::string portName = port->getName();