Salome HOME
Updated copyright comment
[modules/yacs.git] / src / runtime / XMLPythonConv.hxx
index e1ef3026d779d97479d348b63b781a97e758a97b..d2b5bd50f4416a31a6262ad68b9860b68043c5ee 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -32,8 +32,8 @@ namespace YACS
     {
     public:
       XmlPython(InputPyPort* p);
-      virtual void put(const void *data)  throw(ConversionException);
-      void put(const char *data) throw(ConversionException);
+      virtual void put(const void *data) ;
+      void put(const char *data);
     };
   }
 }