X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCORBACORBAConv.cxx;h=0208d16ce4f245811d252d4adff9d57c54de4181;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=77088d5821dbf8378191f866aa9e79e1ee6c1f09;hpb=e3255204c864201f5bc1aa040d4273ed2f44e8cd;p=modules%2Fyacs.git diff --git a/src/runtime/CORBACORBAConv.cxx b/src/runtime/CORBACORBAConv.cxx index 77088d582..0208d16ce 100644 --- a/src/runtime/CORBACORBAConv.cxx +++ b/src/runtime/CORBACORBAConv.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 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);