X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FAnyOutputPort.hxx;h=ce9135c5e6bb3c3d4d63d4db81da89fa6e503f2f;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=815c32eb4eb84b15827e0e736054bdd051163e36;hpb=b797825313f7af9fd691d137c7c6df4950e7de2c;p=modules%2Fyacs.git diff --git a/src/engine/AnyOutputPort.hxx b/src/engine/AnyOutputPort.hxx old mode 100755 new mode 100644 index 815c32eb4..ce9135c5e --- a/src/engine/AnyOutputPort.hxx +++ b/src/engine/AnyOutputPort.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2024 CEA, EDF // // 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();