X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FTest%2FComponentInstanceTest.hxx;h=6226da0fda106d3025a3e43ed64565a11113bdd4;hb=fce58f67dc012ff397c9cdecd480490b7bd48492;hp=71fef605ba921b42383385ef743a1e5fc93604fe;hpb=ab310dc68c4114bae2a1744fbd424029b2aa68fe;p=modules%2Fyacs.git diff --git a/src/engine/Test/ComponentInstanceTest.hxx b/src/engine/Test/ComponentInstanceTest.hxx index 71fef605b..6226da0fd 100644 --- a/src/engine/Test/ComponentInstanceTest.hxx +++ b/src/engine/Test/ComponentInstanceTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -35,8 +35,10 @@ namespace YACS void unload(Task *askingNode); bool isLoaded(Task *askingNode) const; std::string getKind() const; + std::string getKindForNode() const; ServiceNode* createNode(const std::string& name); ComponentInstance *clone() const; + ComponentInstance *cloneAlways() const; protected: bool _loaded; }; @@ -50,8 +52,10 @@ namespace YACS void unload(Task *askingNode); bool isLoaded(Task *askingNode) const; std::string getKind() const; + std::string getKindForNode() const; ServiceNode* createNode(const std::string& name); ComponentInstance *clone() const; + ComponentInstance *cloneAlways() const; protected: bool _loaded; };