Salome HOME
Still a problem with forward
[modules/yacs.git] / src / runtime / CppComponent.cxx
index bb769a3ba6631f1b5c766f9e458c8d6a8b80cff5..bdb4b279e9b80c7265368f25fb6ecd067b39d949 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2016  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
@@ -223,3 +223,7 @@ ComponentInstance* CppComponent::clone() const
     return new CppComponent(*this);
 }
 
+YACS::ENGINE::ComponentInstance *CppComponent::cloneAlways() const
+{
+  return new CppComponent(*this);
+}