Salome HOME
Some tests are modified to work in session less mode.
[modules/yacs.git] / src / runtime / PythonNeutralConv.hxx
index 39f3c071fbb7d2944989516cf5910bf009f45c50..6fd82dc2bc051bfc17b1622d49ad6b4ca281643b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  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
@@ -33,8 +33,8 @@ namespace YACS
     {
     public:
       PyNeutral(InputPort* p);
-      virtual void put(const void *data)  throw(ConversionException);
-      void put(PyObject *data) throw(ConversionException);
+      virtual void put(const void *data) ;
+      void put(PyObject *data);
     };
   }
 }