X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FSalomePythonComponent.hxx;h=445aff7ae496faf8f598c1460f585f6c1594bc3e;hb=54dd4bca5d0eb605fae21321a06bbdee31dbe886;hp=58bf7287a0dd25e46c3dccf3a92d264d4f8f7605;hpb=ab310dc68c4114bae2a1744fbd424029b2aa68fe;p=modules%2Fyacs.git diff --git a/src/runtime/SalomePythonComponent.hxx b/src/runtime/SalomePythonComponent.hxx index 58bf7287a..445aff7ae 100644 --- a/src/runtime/SalomePythonComponent.hxx +++ b/src/runtime/SalomePythonComponent.hxx @@ -38,6 +38,7 @@ namespace YACS virtual bool isLoaded(Task *askingNode) const; virtual std::string getKind() const; virtual ComponentInstance* clone() const; + virtual ComponentInstance* cloneAlways() const; virtual std::string getFileRepr() const; virtual ServiceNode *createNode(const std::string &name); //! The specific method that justified SalomePythonComponent class.