X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FInPropertyPort.hxx;h=b62e31fcbf0bbb500177444204b9311c878283de;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=cd0677ca6e50057fd704a595ef3e007895f1c099;hpb=501e8ba2d61104affb08cbecf90d87301fceaee6;p=modules%2Fyacs.git diff --git a/src/engine/InPropertyPort.hxx b/src/engine/InPropertyPort.hxx index cd0677ca6..b62e31fcb 100644 --- a/src/engine/InPropertyPort.hxx +++ b/src/engine/InPropertyPort.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 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 @@ -59,9 +59,9 @@ namespace YACS virtual void exRestoreInit(); virtual InPropertyPort *clone(Node *newHelder) const; virtual void *get() const; - virtual void put(const void *data) throw(ConversionException); + virtual void put(const void *data); virtual void put(YACS::ENGINE::Any *data); - + void releaseData() override; protected: InPropertyPort(const InPropertyPort& other, Node *newHelder); InPropertyPort(const std::string& name, Node *node, TypeCode* type, bool canBeNull = false);