Salome HOME
Updated copyright comment
[modules/yacs.git] / src / engine / AnyOutputPort.hxx
index 6e0c2a22836e621e27e4870a49cfcdd20babc726..ce9135c5e6bb3c3d4d63d4db81da89fa6e503f2f 100644 (file)
@@ -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
@@ -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();