]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/CORBAComponent.cxx
Salome HOME
Addition of a new type of SalomeComponent to take advantage of HPContainer.
[modules/yacs.git] / src / runtime / CORBAComponent.cxx
index 09132ebe994dc0c0786474130da120f2e8de7bea..bdfe047de0680acf09f8e57853a891635cc3f502 100644 (file)
@@ -68,6 +68,11 @@ std::string CORBAComponent::getKind() const
   return KIND;
 }
 
+std::string CORBAComponent::getKindForNode() const
+{
+  return KIND;
+}
+
 //! Unload the component 
 void CORBAComponent::unload(Task *askingNode)
 {