]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/ComponentInstance.hxx
Salome HOME
Updated copyright comment
[modules/yacs.git] / src / engine / ComponentInstance.hxx
index 839e4d51611beda37ea4d535130252b82fb931e9..943b950579752d02ca3bbe0dd0149d9d86bf9303 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -62,6 +62,7 @@ namespace YACS
       virtual std::string getFileRepr() const;
       virtual ServiceNode* createNode(const std::string& name)=0;
       virtual ComponentInstance *clone() const = 0;
+      virtual ComponentInstance *cloneAlways() const = 0;
       virtual std::string getKind() const;
       virtual std::string getKindForNode() const;
       static const char KIND[];