X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCORBANeutralConv.hxx;h=c1f6b792724e4bc4bbb642cecc3f07af7c78bd6e;hb=09fb6e9f1ba8592612c669b6e83e4af51c18bf65;hp=a5b80cdcfde0e19e42431edf53c011a3e6a4ea80;hpb=14ddeddd588b20887c99de78c95d402527062012;p=modules%2Fyacs.git diff --git a/src/runtime/CORBANeutralConv.hxx b/src/runtime/CORBANeutralConv.hxx index a5b80cdcf..c1f6b7927 100644 --- a/src/runtime/CORBANeutralConv.hxx +++ b/src/runtime/CORBANeutralConv.hxx @@ -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 @@ -35,8 +35,8 @@ namespace YACS { public: CorbaNeutral(InputPort* p); - virtual void put(const void *data) throw(ConversionException); - void put(CORBA::Any *data) throw(ConversionException); + virtual void put(const void *data); + void put(CORBA::Any *data); }; } }