X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FAnyOutputPort.hxx;h=47053a3bf5eeb95c19e0b02cf53a643f3302e67d;hb=b3d523481abb9be0960b9dc69b1ad7e0330d8eb2;hp=f6174680814e26d659b1d2c670c1a4b173d39c9a;hpb=501e8ba2d61104affb08cbecf90d87301fceaee6;p=modules%2Fyacs.git diff --git a/src/engine/AnyOutputPort.hxx b/src/engine/AnyOutputPort.hxx index f61746808..47053a3bf 100644 --- a/src/engine/AnyOutputPort.hxx +++ b/src/engine/AnyOutputPort.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 CEA/DEN, EDF R&D +// Copyright (C) 2006-2021 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 @@ -37,8 +37,8 @@ namespace YACS AnyOutputPort(const AnyOutputPort& other, Node *newHelder); virtual ~AnyOutputPort(); virtual void setValue(Any *data); - virtual void put(const void *data) throw(ConversionException); - void put(Any *data) throw(ConversionException); + virtual void put(const void *data); + void put(Any *data); //! get the current dispatched value for update port value Any* getValue() const { return _data; } virtual std::string getAsString();