X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FStudyPorts.hxx;h=484226662de9d11547344af805d517861c5beb49;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=0eeca17cc0412272de194648ca5994f8a861278d;hpb=c81be9b5e74b26e207bd6efd0ccf68418ac536a3;p=modules%2Fyacs.git diff --git a/src/runtime/StudyPorts.hxx b/src/runtime/StudyPorts.hxx index 0eeca17cc..484226662 100644 --- a/src/runtime/StudyPorts.hxx +++ b/src/runtime/StudyPorts.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2012 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -42,7 +42,7 @@ namespace YACS virtual std::string getPyObj(); virtual std::string getAsString(); virtual std::string typeName() {return "YACS__ENGINE__OutputStudyPort";} - virtual void getDataFromStudy(SALOMEDS::Study_var myStudy); + virtual void getDataFromStudy(); protected: std::string _storeData; }; @@ -61,7 +61,7 @@ namespace YACS virtual std::string getPyObj(); virtual std::string getAsString(); virtual std::string typeName() {return "YACS__ENGINE__InputStudyPort";} - virtual void putDataInStudy(SALOMEDS::Study_var myStudy,SALOMEDS::StudyBuilder_var aBuilder); + virtual void putDataInStudy(SALOMEDS::StudyBuilder_var aBuilder); protected: std::string _storeData; };