X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCppContainer.cxx;h=b88046f103fb842b121c2833170f336862ac624e;hb=f3b03fff6def9f5240803333b9aac7ec316fa30c;hp=64f1c0477027c645e8d24eac7b5cffe2e7cbc6f9;hpb=be9f7c7b6cf3667372774f42b20a23e6e3c3e96c;p=modules%2Fyacs.git diff --git a/src/runtime/CppContainer.cxx b/src/runtime/CppContainer.cxx index 64f1c0477..b88046f10 100644 --- a/src/runtime/CppContainer.cxx +++ b/src/runtime/CppContainer.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 CEA/DEN, EDF R&D +// Copyright (C) 2006-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -168,7 +168,7 @@ std::string CppContainer::getFullPlacementId(const Task *askingNode) const return "/"; } -void CppContainer::checkCapabilityToDealWith(const ComponentInstance *inst) const +void CppContainer::checkCapabilityToDealWith(const ComponentInstance *inst) const { if(inst->getKind()!=CppComponent::KIND) throw Exception("CppContainer::checkCapabilityToDealWith : CppContainer is not able to deal with this type of ComponentInstance.");