]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/CppContainer.cxx
Salome HOME
On the road of homogeneous containers.
[modules/yacs.git] / src / runtime / CppContainer.cxx
index c2d151e85cbbc2273bcad1d4d332b82fd56773ad..1711814b052f66b5e43af5c83b7db4ca8f217bba 100644 (file)
@@ -94,6 +94,11 @@ Container *CppContainer::clone() const
     return new CppContainer(*this);
 }
 
+Container *CppContainer::cloneAlways() const
+{
+  return new CppContainer(*this);
+}
+
 bool CppContainer::loadComponentLibrary(const std::string & componentName) throw (YACS::Exception)
 {
     if (_trueCont)