Salome HOME
GUI for HP containers.
[modules/yacs.git] / src / engine / Test / ComponentInstanceTest.hxx
index 0432263568aa868dbffd8ed907955970e6ad7638..c401a0fdea413640c91ab49dcbd09b674c8de5e0 100644 (file)
@@ -38,6 +38,7 @@ namespace YACS
       std::string getKindForNode() const;
       ServiceNode* createNode(const std::string& name);
       ComponentInstance *clone() const;
+      ComponentInstance *cloneAlways() const;
     protected:
       bool _loaded;
     };
@@ -54,6 +55,7 @@ namespace YACS
       std::string getKindForNode() const;
       ServiceNode* createNode(const std::string& name);
       ComponentInstance *clone() const;
+      ComponentInstance *cloneAlways() const;
     protected:
       bool _loaded;
     };