X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FXMLPythonConv.hxx;h=d2b5bd50f4416a31a6262ad68b9860b68043c5ee;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=55c29505f20f838cdde364a7cea35c695d6e4fc8;hpb=501e8ba2d61104affb08cbecf90d87301fceaee6;p=modules%2Fyacs.git diff --git a/src/runtime/XMLPythonConv.hxx b/src/runtime/XMLPythonConv.hxx index 55c29505f..d2b5bd50f 100644 --- a/src/runtime/XMLPythonConv.hxx +++ b/src/runtime/XMLPythonConv.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 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); }; } }