X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FNeutralCppConv.cxx;h=2b6799845e6770dc5f2e192e06270aa593f4f3f0;hb=1894c52d0838df8676e770bef061fc23ca436452;hp=45a7b895cefa39574dda4625347376251d07d539;hpb=802458daad8b198beabbb058dc87437bdc63b1a3;p=modules%2Fyacs.git diff --git a/src/runtime/NeutralCppConv.cxx b/src/runtime/NeutralCppConv.cxx index 45a7b895c..2b6799845 100644 --- a/src/runtime/NeutralCppConv.cxx +++ b/src/runtime/NeutralCppConv.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2015 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 @@ -47,7 +47,7 @@ namespace YACS * transition method from const void* to Any* * \param data : const void * data */ - void NeutralCpp::put(const void *data) throw(ConversionException) + void NeutralCpp::put(const void *data) { put((Any *)data); } @@ -56,7 +56,7 @@ namespace YACS /*! * \param data : Any object */ - void NeutralCpp::put(Any *data) throw(ConversionException) + void NeutralCpp::put(Any *data) { Any *a = convertNeutralCpp(edGetType(),data); DEBTRACE( "before put refcnt: " << a->getRefCnt() );