]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/CppComponent.hxx
Salome HOME
Addition of a new type of SalomeComponent to take advantage of HPContainer.
[modules/yacs.git] / src / runtime / CppComponent.hxx
index 50d32d5c52ebf341d30233c6c4fa4085dddb8baa..e5e7ebc0511c62f2f8f96533b07262ef1a2cd37d 100644 (file)
@@ -56,6 +56,7 @@ namespace YACS
 
         static const char KIND[];
         virtual std::string getKind() const;
+        virtual std::string getKindForNode() const;
         virtual void load(Task *askingNode);
         virtual void unload(Task *askingNode);
         virtual bool isLoaded(Task *askingNode) const;