Salome HOME
updated copyright message
[modules/yacs.git] / src / engine / ComposedNode.hxx
index 355ddf809a6c2d5acd1ad37091b2021200679b84..026a4d8efed9bb1505f458020df9a381f4d8d3c2 100644 (file)
@@ -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 <class PORT>
-    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();