X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2FCppComponent.cxx;h=bdb4b279e9b80c7265368f25fb6ecd067b39d949;hb=aaa4c1ad9dda5d338361925f016a9666f7c32074;hp=bb769a3ba6631f1b5c766f9e458c8d6a8b80cff5;hpb=73f9c9d3203b1f6347e516f64e1c5531ffe26e52;p=modules%2Fyacs.git diff --git a/src/runtime/CppComponent.cxx b/src/runtime/CppComponent.cxx index bb769a3ba..bdb4b279e 100644 --- a/src/runtime/CppComponent.cxx +++ b/src/runtime/CppComponent.cxx @@ -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); +}