X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FCppCORBAConv.cxx;h=a7a0365028cd2e8c0abe16b121a64659a8154bb0;hb=e41dd6512d61d8270dec5ad62f4a0b6703ff112d;hp=2314183f691a17ec743f3c976d349667aaeff1e2;hpb=be9f7c7b6cf3667372774f42b20a23e6e3c3e96c;p=modules%2Fyacs.git diff --git a/src/runtime/CppCORBAConv.cxx b/src/runtime/CppCORBAConv.cxx index 2314183f6..a7a036502 100644 --- a/src/runtime/CppCORBAConv.cxx +++ b/src/runtime/CppCORBAConv.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 CEA/DEN, EDF R&D +// Copyright (C) 2006-2022 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 @@ -35,7 +35,7 @@ namespace YACS return convertNeutralCorba(t, data); } - void CppCorba::put(const void *data) + void CppCorba::put(const void *data) { put((Any *)data); } @@ -45,7 +45,7 @@ namespace YACS * \param data : python object */ - void CppCorba::put(Any *data) + void CppCorba::put(Any *data) { CORBA::Any* a = convertCppCorba(edGetType(), data); _port->put(a);