Salome HOME
Addition of a new type of SalomeComponent to take advantage of HPContainer.
[modules/yacs.git] / src / runtime / CppComponent.cxx
index fb3b1b8c82531117106fe8115f209c0328167f31..bb769a3ba6631f1b5c766f9e458c8d6a8b80cff5 100644 (file)
@@ -74,7 +74,12 @@ static std::ostream & operator<<(std::ostream & f, const Any & A)
 
 std::string CppComponent::getKind() const
 {
-   return CppComponent::KIND;
+  return CppComponent::KIND;
+}
+
+std::string CppComponent::getKindForNode() const
+{
+  return CppComponent::KIND;
 }
 
 //! CppComponent constructor