]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/CORBAComponent.hxx
Salome HOME
Addition of a new type of SalomeComponent to take advantage of HPContainer.
[modules/yacs.git] / src / runtime / CORBAComponent.hxx
index c6b4222ba62542a2f47f68ca7201dbd71b3441d5..e536a723b410fba42b1c1434f78d10ddb541840b 100644 (file)
@@ -49,6 +49,7 @@ namespace YACS
     public:
       static const char KIND[];
       virtual std::string getKind() const;
+      virtual std::string getKindForNode() const;
     protected:
       CORBA::Object_var _objComponent;
     };