X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCORBAXMLConv.cxx;h=06b84df218a784374b24cae89d0f87abe7581110;hb=767c9de65e0224a3379fe7198a9be8b7c9ea9bf4;hp=a3d551a23f9cbb753aa0df58133fcfa31324008d;hpb=802458daad8b198beabbb058dc87437bdc63b1a3;p=modules%2Fyacs.git diff --git a/src/runtime/CORBAXMLConv.cxx b/src/runtime/CORBAXMLConv.cxx index a3d551a23..06b84df21 100644 --- a/src/runtime/CORBAXMLConv.cxx +++ b/src/runtime/CORBAXMLConv.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2015 CEA/DEN, EDF R&D +// Copyright (C) 2006-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -38,7 +38,7 @@ CorbaXml::CorbaXml(InputXmlPort* p) * \param data : CORBA::Any object as a void * pointer */ -void CorbaXml::put(const void *data) throw(ConversionException) +void CorbaXml::put(const void *data) { put((CORBA::Any *)data); } @@ -47,7 +47,7 @@ void CorbaXml::put(const void *data) throw(ConversionException) /*! * \param data : CORBA::Any object */ -void CorbaXml::put(CORBA::Any *data) throw(ConversionException) +void CorbaXml::put(CORBA::Any *data) { DEBTRACE("CorbaXml::put" ); std::string sss = convertCorbaXml(edGetType(),data);