X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2FCORBACORBAConv.cxx;h=0208d16ce4f245811d252d4adff9d57c54de4181;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=8ad05cfa70504b427d5f92d18fc34c2bf569213e;hpb=c81be9b5e74b26e207bd6efd0ccf68418ac536a3;p=modules%2Fyacs.git diff --git a/src/runtime/CORBACORBAConv.cxx b/src/runtime/CORBACORBAConv.cxx index 8ad05cfa7..0208d16ce 100644 --- a/src/runtime/CORBACORBAConv.cxx +++ b/src/runtime/CORBACORBAConv.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2012 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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);