X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.cpp;h=aaade70ff23d3364b2fb930b5c1bc61081d5eac2;hb=4b07d0ae015bc7ed510f8795d9d57d408e0367eb;hp=8af38252d8805c917b64bb5b34ace6b63ed55860;hpb=a5a4efb5a57703a634a60c097b6ab9179a04e6d4;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.cpp b/src/Model/Model_ResultConstruction.cpp index 8af38252d..aaade70ff 100644 --- a/src/Model/Model_ResultConstruction.cpp +++ b/src/Model/Model_ResultConstruction.cpp @@ -1,15 +1,17 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: ModelAPI_ResultConstruction.cpp // Created: 07 Jul 2014 // Author: Mikhail PONIKAROV #include -void Model_ResultConstruction::setShape(boost::shared_ptr theShape) +void Model_ResultConstruction::setShape(std::shared_ptr theShape) { myShape = theShape; } -boost::shared_ptr& Model_ResultConstruction::shape() +std::shared_ptr Model_ResultConstruction::shape() { return myShape; }