Salome HOME
bos #26458 Versioning of sources via git commit id (sha1)
[modules/yacs.git] / src / engine / AnyOutputPort.hxx
index 7b7244d580195c04cf318294576df2f5e0790fd2..47053a3bf5eeb95c19e0b02cf53a643f3302e67d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2021  CEA/DEN, EDF R&D
 //
 // 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();