Salome HOME
updated copyright message
[modules/yacs.git] / src / runtime / CORBAComponent.cxx
index 09132ebe994dc0c0786474130da120f2e8de7bea..42b9bfbc2f46ffc28648b6ba46bab70b33990e4c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2023  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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)
 {
@@ -182,6 +187,11 @@ ComponentInstance* CORBAComponent::clone() const
   //return new CORBAComponent(*this);
 }
 
+ComponentInstance* CORBAComponent::cloneAlways() const
+{
+  return new CORBAComponent(*this);
+}
+
 std::string CORBAComponent::getFileRepr() const
 {
   ostringstream stream;