Salome HOME
Addition of a new type of SalomeComponent to take advantage of HPContainer.
[modules/yacs.git] / src / engine / ComponentInstance.hxx
index 8f593af6250d5ec2de2ed4b7eb2b308231c32b71..839e4d51611beda37ea4d535130252b82fb931e9 100644 (file)
@@ -63,6 +63,7 @@ namespace YACS
       virtual ServiceNode* createNode(const std::string& name)=0;
       virtual ComponentInstance *clone() const = 0;
       virtual std::string getKind() const;
+      virtual std::string getKindForNode() const;
       static const char KIND[];
       virtual void shutdown(int level);
     protected: