Salome HOME
GUI for HP containers.
[modules/yacs.git] / src / runtime / CORBAComponent.cxx
index bdfe047de0680acf09f8e57853a891635cc3f502..7ff71f69b721ba7548b4c99578f6641a19320cdc 100644 (file)
@@ -187,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;