X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCppCppConv.hxx;h=fb076be9b95a5e46a08e20c96c5d51b83dc77fdf;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=f3628b5dc6a3929f8c613133b4249655fca6f415;hpb=501e8ba2d61104affb08cbecf90d87301fceaee6;p=modules%2Fyacs.git diff --git a/src/runtime/CppCppConv.hxx b/src/runtime/CppCppConv.hxx index f3628b5dc..fb076be9b 100644 --- a/src/runtime/CppCppConv.hxx +++ b/src/runtime/CppCppConv.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 CEA/DEN, EDF R&D +// Copyright (C) 2006-2023 CEA, EDF // // 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 { public: CppCpp(InputCppPort* p); - virtual void put(const void *data) throw(ConversionException); - void put(Any *data) throw(ConversionException); + virtual void put(const void *data); + void put(Any *data); }; }