X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCORBACORBAConv.cxx;h=0208d16ce4f245811d252d4adff9d57c54de4181;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=91dedd250ebf36f380500c3e163961f05383ee62;hpb=14ddeddd588b20887c99de78c95d402527062012;p=modules%2Fyacs.git diff --git a/src/runtime/CORBACORBAConv.cxx b/src/runtime/CORBACORBAConv.cxx index 91dedd250..0208d16ce 100644 --- a/src/runtime/CORBACORBAConv.cxx +++ b/src/runtime/CORBACORBAConv.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 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 @@ -34,7 +34,7 @@ CorbaCorba::CorbaCorba(InputCorbaPort* p) * transition method from const void* to CORBA::Any* * \param data : const void * data */ -void CorbaCorba::put(const void *data) throw(ConversionException) +void CorbaCorba::put(const void *data) { put((CORBA::Any *)data); } @@ -43,7 +43,7 @@ void CorbaCorba::put(const void *data) throw(ConversionException) /*! * \param data : CORBA::Any object */ -void CorbaCorba::put(CORBA::Any *data) throw(ConversionException) +void CorbaCorba::put(CORBA::Any *data) { CORBA::Any *a = convertCorbaCorba(edGetType(),data); _port->put(a);