]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/CppComponent.hxx
Salome HOME
GUI for HP containers.
[modules/yacs.git] / src / runtime / CppComponent.hxx
index e5e7ebc0511c62f2f8f96533b07262ef1a2cd37d..d10865669996eb46fdd370b48b6f97c2da896a57 100644 (file)
@@ -62,6 +62,7 @@ namespace YACS
         virtual bool isLoaded(Task *askingNode) const;
         virtual ServiceNode* createNode(const std::string& name);
         virtual YACS::ENGINE::ComponentInstance* clone() const;
+        virtual YACS::ENGINE::ComponentInstance* cloneAlways() const;
         
       protected: