X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FInPropertyPort.hxx;h=b62e31fcbf0bbb500177444204b9311c878283de;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=8488d09ed0638982855d0b952151a79e44739cc9;hpb=17b2be6fdceef9981751309428fbfe58f155c48e;p=modules%2Fyacs.git diff --git a/src/engine/InPropertyPort.hxx b/src/engine/InPropertyPort.hxx index 8488d09ed..b62e31fcb 100644 --- a/src/engine/InPropertyPort.hxx +++ b/src/engine/InPropertyPort.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 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);