Salome HOME
Updated copyright comment
[modules/yacs.git] / src / engine / InPropertyPort.hxx
index 89c27cbe0c32fd96c1b68802d342e9c6ddf094d2..b62e31fcbf0bbb500177444204b9311c878283de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2015  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);