Salome HOME
Updated copyright comment
[modules/yacs.git] / src / runtime / XMLPythonConv.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 9a27d26..d2b5bd5
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  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
@@ -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);
     };
   }
 }